#406DD9

Color #406DD9 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #406DD9

Tints of Royal Blue #406DD9

Color information

#406DD9 (or 0x406DD9) is unknown color: approx Royal Blue. HEX triplet: 40, 6D and D9. RGB value is (64,109,217). Sum of RGB (Red+Green+Blue) = 64+109+217=390 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.41% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 217 (85.16% from 255 or 55.64% from 390); Max value from RGB is 217 - color contains mainly: blue. Hex color #406DD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406DD9 is #BF9226. Grayscale: #6B6B6B. Windows color (decimal): -12554791 or 14249280. OLE color: 14249280.

HSL color Cylindrical-coordinate representation of color #406DD9: hue angle of 222.35º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #406DD9 is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB64109217-
CMYK0.710.5000.15
HSL222.35º66.81%55.1%-
HSV(B)222.35º70.51%85.1%-
XYZ20.1117.0467.87-
YUV107.86189.5996.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.41%
GREEN value IS 109 (42.97% from 255) = 27.95%
BLUE value IS 217 (85.16% from 255) = 55.64%
R=16.41%
G=27.95%
B=55.64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal641092170.710.5000.15222.3566.8155.1
Hex406DD947320Fde4337
Octal1001553311076201733610367
Binary1000000110110111011001100011111001001111110111101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #406DD9;
 }
 .AnyTagClassName
 {
   color: #406DD9;
 }
</style>
background-color css

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

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

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

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

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

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