Shades of Cornflower Blue #5F96EC
Tints of Cornflower Blue #5F96EC
RGB
CMYK
RGB Variations
Color information
#5F96EC (or 0x5F96EC) is known color: Cornflower Blue. HEX triplet: 5F, 96 and EC. RGB value is (95,150,236). Sum of RGB (Red+Green+Blue) = 95+150+236=481 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.75% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #5F96EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F96EC is #A06913. Grayscale: #8E8E8E. Windows color (decimal): -10512660 or 15504991. OLE color: 15504991.
HSL color Cylindrical-coordinate representation of color #5F96EC: hue angle of 216.6º 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 #5F96EC is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 150 | 236 | - |
| CMYK | 0.60 | 0.36 | 0 | 0.07 |
| HSL | 216.6º | 0.79% | 0.65% | - |
| HSV(B) | 216.6º | 0.6% | 0.93% | - |
| XYZ | 30.77 | 30.3 | 83.58 | - |
| YUV | 143.36 | 180.28 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 150 | 236 | 0.60 | 0.36 | 0 | 0.07 | 216.6 | 0.79 | 0.65 |
| Hex | 5F | 96 | EC | 3C | 24 | 0 | 7 | D9 | 4F | 41 |
| Octal | 137 | 226 | 354 | 74 | 44 | 0 | 7 | 331 | 117 | 101 |
| Binary | 1011111 | 10010110 | 11101100 | 111100 | 100100 | 0 | 111 | 11011001 | 1001111 | 1000001 |
Color Harmonies of #5F96EC
Complementary color
Monochromatic Colors of #5F96EC
Black with #5F96EC
Text Example
Text Example
White with #5F96EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F96EC; }
p { color: rgb(95,150,236); }
H1.HeaderClassName
{
color: #5F96EC;
}
.AnyTagClassName
{
color: #5F96EC;
}
</style>
background-color css
<style>
a { background-color: #5F96EC; }
a { background-color: rgb(95,150,236); }
div.DivClassName
{
background-color: #5F96EC;
}
.BgClassName
{
background-color: #5F96EC;
}
</style>
border-color css
<style>
span { border-color: #5F96EC; }
span { border-color: rgb(95,150,236); }
td.TdClassName
{
border-color: #5F96EC;
}
.TagClassName
{
border-color: #5F96EC;
}
</style>