#5F96EA

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

Shades of Cornflower Blue #5F96EA

Tints of Cornflower Blue #5F96EA

Color information

#5F96EA (or 0x5F96EA) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 96 and EA. RGB value is (95,150,234). Sum of RGB (Red+Green+Blue) = 95+150+234=479 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.83% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #5F96EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F96EA is #A06915. Grayscale: #8E8E8E. Windows color (decimal): -10512662 or 15373919. OLE color: 15373919.

HSL color Cylindrical-coordinate representation of color #5F96EA: hue angle of 216.26º 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 #5F96EA is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB95150234-
CMYK0.590.3600.08
HSL216.26º76.8%64.51%-
HSV(B)216.26º59.4%91.76%-
XYZ30.4830.1982.06-
YUV143.13179.2893.67-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.83%
GREEN value IS 150 (58.98% from 255) = 31.32%
BLUE value IS 234 (91.80% from 255) = 48.85%
R=19.83%
G=31.32%
B=48.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal951502340.590.3600.08216.2676.864.51
Hex5F96EA3B2408d84d41
Octal1372263527344010330115101
Binary10111111001011011101010111011100100010001101100010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F96EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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