Html Css Color HEX #406DD4 Royal Blue

📋 copy color: '#406DD4'

red 64 ◦ green 109 ◦ blue 212

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

Shades of Royal Blue #406DD4

Tints of Royal Blue #406DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 55.06%

R = 16.62%
G = 28.31%
B = 55.06%

CMYK

 C value IS 0.70

 M value IS 0.49

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#406DD4 (or 0x406DD4) is known color: Royal Blue. HEX triplet: 40, 6D and D4. RGB value is (64,109,212). Sum of RGB (Red+Green+Blue) = 64+109+212=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 212 (83.20% from 255 or 55.06% from 385); Max value from RGB is 212 - color contains mainly: blue. Hex color #406DD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406DD4 is #BF922B. Grayscale: #6A6A6A. Windows color (decimal): -12554796 or 13921600. OLE color: 13921600.

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

Color convert

RGB 64 109 212 -
CMYK 0.70 0.49 0 0.17
HSL 221.76º 0.63% 0.54% -
HSV(B) 221.76º 0.7% 0.83% -
XYZ 19.47 16.78 64.5 -
YUV 107.29 187.09 97.12 -
System Red Green Blue C M Y K H S L
Decimal 64 109 212 0.70 0.49 0 0.17 221.76 0.63 0.54
Hex 40 6D D4 46 31 0 11 DE 3F 36
Octal 100 155 324 106 61 0 21 336 77 66
Binary 1000000 1101101 11010100 1000110 110001 0 10001 11011110 111111 110110

Color Harmonies of #406DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406DD4

Black with #406DD4

Text Example


Text Example

White with #406DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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