Html Css Color HEX #406DC8 Royal Blue

📋 copy color: '#406DC8'

red 64 ◦ green 109 ◦ blue 200

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

Shades of Royal Blue #406DC8

Tints of Royal Blue #406DC8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.22%

 BLUE value IS 200 (78.52% from 255) = 53.62%

R = 17.16%
G = 29.22%
B = 53.62%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#406DC8 (or 0x406DC8) is known color: Royal Blue. HEX triplet: 40, 6D and C8. RGB value is (64,109,200). Sum of RGB (Red+Green+Blue) = 64+109+200=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 200 (78.52% from 255 or 53.62% from 373); Max value from RGB is 200 - color contains mainly: blue. Hex color #406DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406DC8 is #BF9237. Grayscale: #696969. Windows color (decimal): -12554808 or 13135168. OLE color: 13135168.

HSL color Cylindrical-coordinate representation of color #406DC8: hue angle of 220.15º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #406DC8 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 64 109 200 -
CMYK 0.68 0.46 0 0.22
HSL 220.15º 0.55% 0.52% -
HSV(B) 220.15º 0.68% 0.78% -
XYZ 18.01 16.2 56.82 -
YUV 105.92 181.09 98.1 -
System Red Green Blue C M Y K H S L
Decimal 64 109 200 0.68 0.46 0 0.22 220.15 0.55 0.52
Hex 40 6D C8 44 2E 0 16 DC 37 34
Octal 100 155 310 104 56 0 26 334 67 64
Binary 1000000 1101101 11001000 1000100 101110 0 10110 11011100 110111 110100

Color Harmonies of #406DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406DC8

Black with #406DC8

Text Example


Text Example

White with #406DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,109,200); }

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

background-color css

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

 a { background-color: rgb(64,109,200); }

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

border-color css

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

 span { border-color: rgb(64,109,200); }

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