#406FD9

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

Shades of Royal Blue #406FD9

Tints of Royal Blue #406FD9

Color information

#406FD9 (or 0x406FD9) is unknown color: approx Royal Blue. HEX triplet: 40, 6F and D9. RGB value is (64,111,217). Sum of RGB (Red+Green+Blue) = 64+111+217=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 217 (85.16% from 255 or 55.36% from 392); Max value from RGB is 217 - color contains mainly: blue. Hex color #406FD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406FD9 is #BF9026. Grayscale: #6C6C6C. Windows color (decimal): -12554279 or 14249792. OLE color: 14249792.

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

Color convert

RGB64111217-
CMYK0.710.4900.15
HSL221.57º66.81%55.1%-
HSV(B)221.57º70.51%85.1%-
XYZ20.3217.4767.95-
YUV109.03188.9395.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.33%
GREEN value IS 111 (43.75% from 255) = 28.32%
BLUE value IS 217 (85.16% from 255) = 55.36%
R=16.33%
G=28.32%
B=55.36%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal641112170.710.4900.15221.5766.8155.1
Hex406FD947310Fde4337
Octal1001573311076101733610367
Binary1000000110111111011001100011111000101111110111101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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