Html Css Color HEX #406FD6 Royal Blue

📋 copy color: '#406FD6'

red 64 ◦ green 111 ◦ blue 214

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

Shades of Royal Blue #406FD6

Tints of Royal Blue #406FD6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.53%

 BLUE value IS 214 (83.98% from 255) = 55.01%

R = 16.45%
G = 28.53%
B = 55.01%

CMYK

 C value IS 0.70

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#406FD6 (or 0x406FD6) is known color: Royal Blue. HEX triplet: 40, 6F and D6. RGB value is (64,111,214). Sum of RGB (Red+Green+Blue) = 64+111+214=389 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.45% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 214 (83.98% from 255 or 55.01% from 389); Max value from RGB is 214 - color contains mainly: blue. Hex color #406FD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406FD6 is #BF9029. Grayscale: #6C6C6C. Windows color (decimal): -12554282 or 14053184. OLE color: 14053184.

HSL color Cylindrical-coordinate representation of color #406FD6: hue angle of 221.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #406FD6 is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 111 214 -
CMYK 0.70 0.48 0 0.16
HSL 221.2º 0.65% 0.55% -
HSV(B) 221.2º 0.7% 0.84% -
XYZ 19.94 17.31 65.91 -
YUV 108.69 187.43 96.12 -
System Red Green Blue C M Y K H S L
Decimal 64 111 214 0.70 0.48 0 0.16 221.2 0.65 0.55
Hex 40 6F D6 46 30 0 10 DD 41 37
Octal 100 157 326 106 60 0 20 335 101 67
Binary 1000000 1101111 11010110 1000110 110000 0 10000 11011101 1000001 110111

Color Harmonies of #406FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406FD6

Black with #406FD6

Text Example


Text Example

White with #406FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,111,214); }

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

background-color css

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

 a { background-color: rgb(64,111,214); }

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

border-color css

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

 span { border-color: rgb(64,111,214); }

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