Color Hex Logo

#246afd Color Hex

#246AFD
(36,106,253)
0 Favorites   0 Comments

Color spaces of #246afd

RGB 36106253
HSL0.610.980.57
HSV221°86°99°
CMYK 0.860.580.00   0.01
XYZ23.611217.775095.1150
Yxy17.77500.17300.1302
Hunter Lab42.160426.1851-104.2475
CIE-Lab49.222133.1841-78.7357

#246afd color RGB value is (36,106,253).

#246afd hex color red value is 36, green value is 106 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #246afd hue: 0.61 , saturation: 0.98 and the lightness value of 246afd is 0.57.

The process color (four color CMYK) of #246afd color hex is 0.86, 0.58, 0.00, 0.01. Web safe color of #246afd is #3366ff. Color #246afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01101010 11111101
Octal 44 152 375
Decimal 36 106 253
Hex 24 6A FD

RGB Percentages of Color #246afd

%9.11
%26.84
%64.05

CMYK Percentages of Color #246afd

%86
%58
%0
%1

Triadic Colors of #246afd

#246afd #fd246a #6afd24

Analogous Colors of #246afd

#246afd #4a24fd #24d7fd

Monochromatic Colors of #246afd

#246afd

Complementary Color

#246afd #fdb724

#246afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#246afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#246afd Color CSS Codes

.mybgcolor {background-color:#246afd; } 
.myforecolor {color:#246afd; }
.mybordercolor {border:3px solid #246afd; }

#246afd Text Font Color

<p style="color:#246afd">Text here</p>

This sample text font color is #246afd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#246afd Background Color

<div style="background-color:#246afd">
Div content here</div>

This div background color is #246afd


#246afd Border Color

<div style="border:3px solid #246afd">
Div here</div>

This div border color is #246afd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,106,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #246afd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #246afd;
  -webkit-box-shadow: 1px 1px 3px 2px #246afd;
  box-shadow:         1px 1px 3px 2px #246afd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,106,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #246afd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #246afd;
  -webkit-box-shadow: 1px 1px 3px 2px #246afd;
  box-shadow:         1px 1px 3px 2px #246afd;">
Div content here</div>

This div box has shadow with color #246afd

Related Colors


Comments

No comments written yet.

Please login to write comment.