#405FD9

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

Shades of Royal Blue #405FD9

Tints of Royal Blue #405FD9

Color information

#405FD9 (or 0x405FD9) is unknown color: approx Royal Blue. HEX triplet: 40, 5F and D9. RGB value is (64,95,217). Sum of RGB (Red+Green+Blue) = 64+95+217=376 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.02% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 217 (85.16% from 255 or 57.71% from 376); Max value from RGB is 217 - color contains mainly: blue. Hex color #405FD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405FD9 is #BFA026. Grayscale: #636363. Windows color (decimal): -12558375 or 14245696. OLE color: 14245696.

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

Color convert

RGB6495217-
CMYK0.710.5600.15
HSL227.84º66.81%55.1%-
HSV(B)227.84º70.51%85.1%-
XYZ18.7314.2867.42-
YUV99.64194.23102.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.02%
GREEN value IS 95 (37.5% from 255) = 25.27%
BLUE value IS 217 (85.16% from 255) = 57.71%
R=17.02%
G=25.27%
B=57.71%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal64952170.710.5600.15227.8466.8155.1
Hex405FD947380Fe44337
Octal1001373311077001734410367
Binary1000000101111111011001100011111100001111111001001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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