Html Css Color HEX #406CD8 Royal Blue

📋 copy color: '#406CD8'

red 64 ◦ green 108 ◦ blue 216

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

Shades of Royal Blue #406CD8

Tints of Royal Blue #406CD8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.84%

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

R = 16.49%
G = 27.84%
B = 55.67%

CMYK

 C value IS 0.70

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#406CD8 (or 0x406CD8) is known color: Royal Blue. HEX triplet: 40, 6C and D8. RGB value is (64,108,216). Sum of RGB (Red+Green+Blue) = 64+108+216=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 216 (84.77% from 255 or 55.67% from 388); Max value from RGB is 216 - color contains mainly: blue. Hex color #406CD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406CD8 is #BF9327. Grayscale: #6A6A6A. Windows color (decimal): -12555048 or 14183488. OLE color: 14183488.

HSL color Cylindrical-coordinate representation of color #406CD8: hue angle of 222.63º 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 #406CD8 is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 108 216 -
CMYK 0.70 0.50 0 0.15
HSL 222.63º 0.66% 0.55% -
HSV(B) 222.63º 0.7% 0.85% -
XYZ 19.87 16.77 67.16 -
YUV 107.16 189.42 97.22 -
System Red Green Blue C M Y K H S L
Decimal 64 108 216 0.70 0.50 0 0.15 222.63 0.66 0.55
Hex 40 6C D8 46 32 0 F DF 42 37
Octal 100 154 330 106 62 0 17 337 102 67
Binary 1000000 1101100 11011000 1000110 110010 0 1111 11011111 1000010 110111

Color Harmonies of #406CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406CD8

Black with #406CD8

Text Example


Text Example

White with #406CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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