#5F72EC

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

Shades of Royal Blue #5F72EC

Tints of Royal Blue #5F72EC

Color information

#5F72EC (or 0x5F72EC) is unknown color: approx Royal Blue. HEX triplet: 5F, 72 and EC. RGB value is (95,114,236). Sum of RGB (Red+Green+Blue) = 95+114+236=445 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.35% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #5F72EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F72EC is #A08D13. Grayscale: #797979. Windows color (decimal): -10521876 or 15495775. OLE color: 15495775.

HSL color Cylindrical-coordinate representation of color #5F72EC: hue angle of 231.91º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F72EC is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB95114236-
CMYK0.600.5200.07
HSL231.91º78.77%64.9%-
HSV(B)231.91º59.75%92.55%-
XYZ25.8820.5281.95-
YUV122.23192.21108.58-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.35%
GREEN value IS 114 (44.92% from 255) = 25.62%
BLUE value IS 236 (92.58% from 255) = 53.03%
R=21.35%
G=25.62%
B=53.03%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal951142360.600.5200.07231.9178.7764.9
Hex5F72EC3C3407e84f41
Octal137162354746407350117101
Binary101111111100101110110011110011010001111110100010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F72EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F72EC; }

 p { color: rgb(95,114,236); }

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

<style>
 a { background-color: #5F72EC; }

 a { background-color: rgb(95,114,236); }

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

<style>
 span { border-color: #5F72EC; }

 span { border-color: rgb(95,114,236); }

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