Html Css Color HEX #406BD2 Royal Blue

📋 copy color: '#406BD2'

red 64 ◦ green 107 ◦ blue 210

#406BD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #406BD2

Tints of Royal Blue #406BD2

RGB

 RED value IS 64 (25.39% from 255) = 16.8%

 GREEN value IS 107 (42.19% from 255) = 28.08%

 BLUE value IS 210 (82.42% from 255) = 55.12%

R = 16.8%
G = 28.08%
B = 55.12%

CMYK

 C value IS 0.70

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#406BD2 (or 0x406BD2) is known color: Royal Blue. HEX triplet: 40, 6B and D2. RGB value is (64,107,210). Sum of RGB (Red+Green+Blue) = 64+107+210=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 210 (82.42% from 255 or 55.12% from 381); Max value from RGB is 210 - color contains mainly: blue. Hex color #406BD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406BD2 is #BF942D. Grayscale: #696969. Windows color (decimal): -12555310 or 13790016. OLE color: 13790016.

HSL color Cylindrical-coordinate representation of color #406BD2: hue angle of 222.33º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #406BD2 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 107 210 -
CMYK 0.70 0.49 0 0.18
HSL 222.33º 0.62% 0.54% -
HSV(B) 222.33º 0.7% 0.82% -
XYZ 19 16.26 63.11 -
YUV 105.89 186.75 98.12 -
System Red Green Blue C M Y K H S L
Decimal 64 107 210 0.70 0.49 0 0.18 222.33 0.62 0.54
Hex 40 6B D2 46 31 0 12 DE 3E 36
Octal 100 153 322 106 61 0 22 336 76 66
Binary 1000000 1101011 11010010 1000110 110001 0 10010 11011110 111110 110110

Color Harmonies of #406BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406BD2

Black with #406BD2

Text Example


Text Example

White with #406BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406BD2; }

 p { color: rgb(64,107,210); }

 H1.HeaderClassName
 {
   color: #406BD2;
 }
 .AnyTagClassName
 {
   color: #406BD2;
 }
</style>

background-color css

<style>
 a { background-color: #406BD2; }

 a { background-color: rgb(64,107,210); }

 div.DivClassName
 {
   background-color: #406BD2;
 }
 .BgClassName
 {
   background-color: #406BD2;
 }
</style>

border-color css

<style>
 span { border-color: #406BD2; }

 span { border-color: rgb(64,107,210); }

 td.TdClassName
 {
   border-color: #406BD2;
 }
 .TagClassName
 {
   border-color: #406BD2;
 }
</style>