#5F99ED

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

Shades of Cornflower Blue #5F99ED

Tints of Cornflower Blue #5F99ED

Color information

#5F99ED (or 0x5F99ED) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 99 and ED. RGB value is (95,153,237). Sum of RGB (Red+Green+Blue) = 95+153+237=485 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.59% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #5F99ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F99ED is #A06612. Grayscale: #909090. Windows color (decimal): -10511891 or 15571295. OLE color: 15571295.

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

Color convert

RGB95153237-
CMYK0.600.3500.07
HSL215.49º79.78%65.1%-
HSV(B)215.49º59.92%92.94%-
XYZ31.431.3384.51-
YUV145.23179.7892.17-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.59%
GREEN value IS 153 (60.16% from 255) = 31.55%
BLUE value IS 237 (92.97% from 255) = 48.87%
R=19.59%
G=31.55%
B=48.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal951532370.600.3500.07215.4979.7865.1
Hex5F99ED3C2307d75041
Octal137231355744307327120101
Binary1011111100110011110110111110010001101111101011110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F99ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,153,237); }

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

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

 a { background-color: rgb(95,153,237); }

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

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

 span { border-color: rgb(95,153,237); }

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