Shades of Cornflower Blue #5F9CEC
Tints of Cornflower Blue #5F9CEC
RGB
CMYK
RGB Variations
Color information
#5F9CEC (or 0x5F9CEC) is known color: Cornflower Blue. HEX triplet: 5F, 9C and EC. RGB value is (95,156,236). Sum of RGB (Red+Green+Blue) = 95+156+236=487 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.51% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #5F9CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F9CEC is #A06313. Grayscale: #929292. Windows color (decimal): -10511124 or 15506527. OLE color: 15506527.
HSL color Cylindrical-coordinate representation of color #5F9CEC: hue angle of 214.04º 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 #5F9CEC is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 156 | 236 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.07 |
| HSL | 214.04º | 0.79% | 0.65% | - |
| HSV(B) | 214.04º | 0.6% | 0.93% | - |
| XYZ | 31.75 | 32.27 | 83.91 | - |
| YUV | 146.88 | 178.29 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 156 | 236 | 0.60 | 0.34 | 0 | 0.07 | 214.04 | 0.79 | 0.65 |
| Hex | 5F | 9C | EC | 3C | 22 | 0 | 7 | D6 | 4F | 41 |
| Octal | 137 | 234 | 354 | 74 | 42 | 0 | 7 | 326 | 117 | 101 |
| Binary | 1011111 | 10011100 | 11101100 | 111100 | 100010 | 0 | 111 | 11010110 | 1001111 | 1000001 |
Color Harmonies of #5F9CEC
Complementary color
Monochromatic Colors of #5F9CEC
Black with #5F9CEC
Text Example
Text Example
White with #5F9CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9CEC; }
p { color: rgb(95,156,236); }
H1.HeaderClassName
{
color: #5F9CEC;
}
.AnyTagClassName
{
color: #5F9CEC;
}
</style>
background-color css
<style>
a { background-color: #5F9CEC; }
a { background-color: rgb(95,156,236); }
div.DivClassName
{
background-color: #5F9CEC;
}
.BgClassName
{
background-color: #5F9CEC;
}
</style>
border-color css
<style>
span { border-color: #5F9CEC; }
span { border-color: rgb(95,156,236); }
td.TdClassName
{
border-color: #5F9CEC;
}
.TagClassName
{
border-color: #5F9CEC;
}
</style>