#5f72df

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

Shades of Royal Blue #5F72DF

Tints of Royal Blue #5F72DF

Color information

#5F72DF (or 0x5F72DF) is unknown color: approx Royal Blue. HEX triplet: 5F, 72 and DF. RGB value is (95,114,223). Sum of RGB (Red+Green+Blue) = 95+114+223=432 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.99% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #5F72DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F72DF is #A08D20. Grayscale: #787878. Windows color (decimal): -10521889 or 14643807. OLE color: 14643807.

HSL color Cylindrical-coordinate representation of color #5F72DF: hue angle of 231.09º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F72DF is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB95114223-
CMYK0.570.4900.13
HSL231.09º66.67%62.35%-
HSV(B)231.09º57.4%87.45%-
XYZ24.0619.872.37-
YUV120.74185.71109.64-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.99%
GREEN value IS 114 (44.92% from 255) = 26.39%
BLUE value IS 223 (87.5% from 255) = 51.62%
R=21.99%
G=26.39%
B=51.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal951142230.570.4900.13231.0966.6762.35
Hex5F72DF39310De7433e
Octal137162337716101534710376
Binary101111111100101101111111100111000101101111001111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f72df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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