#405FD8

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

Shades of Royal Blue #405FD8

Tints of Royal Blue #405FD8

Color information

#405FD8 (or 0x405FD8) is unknown color: approx Royal Blue. HEX triplet: 40, 5F and D8. RGB value is (64,95,216). Sum of RGB (Red+Green+Blue) = 64+95+216=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 216 (84.77% from 255 or 57.6% from 375); Max value from RGB is 216 - color contains mainly: blue. Hex color #405FD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405FD8 is #BFA027. Grayscale: #636363. Windows color (decimal): -12558376 or 14180160. OLE color: 14180160.

HSL color Cylindrical-coordinate representation of color #405FD8: hue angle of 227.76º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #405FD8 is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6495216-
CMYK0.700.5600.15
HSL227.76º66.09%54.9%-
HSV(B)227.76º70.37%84.71%-
XYZ18.614.2366.73-
YUV99.52193.73102.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.07%
GREEN value IS 95 (37.5% from 255) = 25.33%
BLUE value IS 216 (84.77% from 255) = 57.6%
R=17.07%
G=25.33%
B=57.6%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal64952160.700.5600.15227.7666.0954.9
Hex405FD846380Fe44237
Octal1001373301067001734410267
Binary1000000101111111011000100011011100001111111001001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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