#5F8CE0

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

Shades of Cornflower Blue #5F8CE0

Tints of Cornflower Blue #5F8CE0

Color information

#5F8CE0 (or 0x5F8CE0) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 8C and E0. RGB value is (95,140,224). Sum of RGB (Red+Green+Blue) = 95+140+224=459 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.70% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 224 (87.89% from 255 or 48.80% from 459); Max value from RGB is 224 - color contains mainly: blue. Hex color #5F8CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F8CE0 is #A0731F. Grayscale: #878787. Windows color (decimal): -10515232 or 14715999. OLE color: 14715999.

HSL color Cylindrical-coordinate representation of color #5F8CE0: hue angle of 219.07º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F8CE0 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB95140224-
CMYK0.580.3800.12
HSL219.07º67.54%62.55%-
HSV(B)219.07º57.59%87.84%-
XYZ27.5526.5774.2-
YUV136.12177.5998.67-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.70%
GREEN value IS 140 (55.08% from 255) = 30.50%
BLUE value IS 224 (87.89% from 255) = 48.80%
R=20.70%
G=30.50%
B=48.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal951402240.580.3800.12219.0767.5462.55
Hex5F8CE03A260Cdb443f
Octal137214340724601433310477
Binary1011111100011001110000011101010011001100110110111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,140,224); }

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

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

 a { background-color: rgb(95,140,224); }

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

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

 span { border-color: rgb(95,140,224); }

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