#5F85EC

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

Shades of Cornflower Blue #5F85EC

Tints of Cornflower Blue #5F85EC

Color information

#5F85EC (or 0x5F85EC) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 85 and EC. RGB value is (95,133,236). Sum of RGB (Red+Green+Blue) = 95+133+236=464 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.47% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #5F85EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F85EC is #A07A13. Grayscale: #848484. Windows color (decimal): -10517012 or 15500639. OLE color: 15500639.

HSL color Cylindrical-coordinate representation of color #5F85EC: hue angle of 223.83º 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 #5F85EC is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB95133236-
CMYK0.600.4400.07
HSL223.83º78.77%64.9%-
HSV(B)223.83º59.75%92.55%-
XYZ28.2525.2682.74-
YUV133.38185.91100.62-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.47%
GREEN value IS 133 (52.34% from 255) = 28.66%
BLUE value IS 236 (92.58% from 255) = 50.86%
R=20.47%
G=28.66%
B=50.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal951332360.600.4400.07223.8378.7764.9
Hex5F85EC3C2C07e04f41
Octal137205354745407340117101
Binary1011111100001011110110011110010110001111110000010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F85EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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