Html Css Color HEX #406ED8 Royal Blue

📋 copy color: '#406ED8'

red 64 ◦ green 110 ◦ blue 216

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

Shades of Royal Blue #406ED8

Tints of Royal Blue #406ED8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.21%

 BLUE value IS 216 (84.77% from 255) = 55.38%

R = 16.41%
G = 28.21%
B = 55.38%

CMYK

 C value IS 0.70

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#406ED8 (or 0x406ED8) is known color: Royal Blue. HEX triplet: 40, 6E and D8. RGB value is (64,110,216). Sum of RGB (Red+Green+Blue) = 64+110+216=390 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.41% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 216 (84.77% from 255 or 55.38% from 390); Max value from RGB is 216 - color contains mainly: blue. Hex color #406ED8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406ED8 is #BF9127. Grayscale: #6B6B6B. Windows color (decimal): -12554536 or 14184000. OLE color: 14184000.

HSL color Cylindrical-coordinate representation of color #406ED8: hue angle of 221.84º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #406ED8 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 110 216 -
CMYK 0.70 0.49 0 0.15
HSL 221.84º 0.66% 0.55% -
HSV(B) 221.84º 0.7% 0.85% -
XYZ 20.08 17.2 67.23 -
YUV 108.33 188.76 96.38 -
System Red Green Blue C M Y K H S L
Decimal 64 110 216 0.70 0.49 0 0.15 221.84 0.66 0.55
Hex 40 6E D8 46 31 0 F DE 42 37
Octal 100 156 330 106 61 0 17 336 102 67
Binary 1000000 1101110 11011000 1000110 110001 0 1111 11011110 1000010 110111

Color Harmonies of #406ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406ED8

Black with #406ED8

Text Example


Text Example

White with #406ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,110,216); }

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

background-color css

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

 a { background-color: rgb(64,110,216); }

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

border-color css

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

 span { border-color: rgb(64,110,216); }

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