#5F8CEA

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

Shades of Cornflower Blue #5F8CEA

Tints of Cornflower Blue #5F8CEA

Color information

#5F8CEA (or 0x5F8CEA) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 8C and EA. RGB value is (95,140,234). Sum of RGB (Red+Green+Blue) = 95+140+234=469 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.26% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #5F8CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F8CEA is #A07315. Grayscale: #888888. Windows color (decimal): -10515222 or 15371359. OLE color: 15371359.

HSL color Cylindrical-coordinate representation of color #5F8CEA: hue angle of 220.58º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F8CEA is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB95140234-
CMYK0.590.4000.08
HSL220.58º76.8%64.51%-
HSV(B)220.58º59.4%91.76%-
XYZ28.9527.1381.55-
YUV137.26182.5997.86-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.26%
GREEN value IS 140 (55.08% from 255) = 29.85%
BLUE value IS 234 (91.80% from 255) = 49.89%
R=20.26%
G=29.85%
B=49.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal951402340.590.4000.08220.5876.864.51
Hex5F8CEA3B2808dd4d41
Octal1372143527350010335115101
Binary10111111000110011101010111011101000010001101110110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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