#405FF5

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

Shades of Royal Blue #405FF5

Tints of Royal Blue #405FF5

Color information

#405FF5 (or 0x405FF5) is unknown color: approx Royal Blue. HEX triplet: 40, 5F and F5. RGB value is (64,95,245). Sum of RGB (Red+Green+Blue) = 64+95+245=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 245 (96.09% from 255 or 60.64% from 404); Max value from RGB is 245 - color contains mainly: blue. Hex color #405FF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405FF5 is #BFA00A. Grayscale: #666666. Windows color (decimal): -12558347 or 16080704. OLE color: 16080704.

HSL color Cylindrical-coordinate representation of color #405FF5: hue angle of 229.72º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #405FF5 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB6495245-
CMYK0.740.6100.04
HSL229.72º90.05%60.59%-
HSV(B)229.72º73.88%96.08%-
XYZ22.6915.8788.25-
YUV102.83208.23100.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.84%
GREEN value IS 95 (37.5% from 255) = 23.51%
BLUE value IS 245 (96.09% from 255) = 60.64%
R=15.84%
G=23.51%
B=60.64%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal64952450.740.6100.04229.7290.0560.59
Hex405FF54A3D04e65a3d
Octal100137365112750434613275
Binary100000010111111111010110010101111010100111001101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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