#405FE4

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

Shades of Royal Blue #405FE4

Tints of Royal Blue #405FE4

Color information

#405FE4 (or 0x405FE4) is unknown color: approx Royal Blue. HEX triplet: 40, 5F and E4. RGB value is (64,95,228). Sum of RGB (Red+Green+Blue) = 64+95+228=387 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.54% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 228 (89.45% from 255 or 58.91% from 387); Max value from RGB is 228 - color contains mainly: blue. Hex color #405FE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405FE4 is #BFA01B. Grayscale: #646464. Windows color (decimal): -12558364 or 14966592. OLE color: 14966592.

HSL color Cylindrical-coordinate representation of color #405FE4: hue angle of 228.66º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #405FE4 is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB6495228-
CMYK0.720.5800.11
HSL228.66º75.23%57.25%-
HSV(B)228.66º71.93%89.41%-
XYZ20.2114.8875.2-
YUV100.89199.73101.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.54%
GREEN value IS 95 (37.5% from 255) = 24.55%
BLUE value IS 228 (89.45% from 255) = 58.91%
R=16.54%
G=24.55%
B=58.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal64952280.720.5800.11228.6675.2357.25
Hex405FE4483A0Be54b39
Octal1001373441107201334511371
Binary1000000101111111100100100100011101001011111001011001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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