Shades of Cornflower Blue #5F9FEE
Tints of Cornflower Blue #5F9FEE
RGB
CMYK
RGB Variations
Color information
#5F9FEE (or 0x5F9FEE) is known color: Cornflower Blue. HEX triplet: 5F, 9F and EE. RGB value is (95,159,238). Sum of RGB (Red+Green+Blue) = 95+159+238=492 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.31% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #5F9FEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F9FEE is #A06011. Grayscale: #949494. Windows color (decimal): -10510354 or 15638367. OLE color: 15638367.
HSL color Cylindrical-coordinate representation of color #5F9FEE: hue angle of 213.15º degrees, saturation: 0.81, 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 #5F9FEE is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 159 | 238 | - |
| CMYK | 0.60 | 0.33 | 0 | 0.07 |
| HSL | 213.15º | 0.81% | 0.65% | - |
| HSV(B) | 213.15º | 0.6% | 0.93% | - |
| XYZ | 32.55 | 33.4 | 85.62 | - |
| YUV | 148.87 | 178.3 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 159 | 238 | 0.60 | 0.33 | 0 | 0.07 | 213.15 | 0.81 | 0.65 |
| Hex | 5F | 9F | EE | 3C | 21 | 0 | 7 | D5 | 51 | 41 |
| Octal | 137 | 237 | 356 | 74 | 41 | 0 | 7 | 325 | 121 | 101 |
| Binary | 1011111 | 10011111 | 11101110 | 111100 | 100001 | 0 | 111 | 11010101 | 1010001 | 1000001 |
Color Harmonies of #5F9FEE
Complementary color
Monochromatic Colors of #5F9FEE
Black with #5F9FEE
Text Example
Text Example
White with #5F9FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9FEE; }
p { color: rgb(95,159,238); }
H1.HeaderClassName
{
color: #5F9FEE;
}
.AnyTagClassName
{
color: #5F9FEE;
}
</style>
background-color css
<style>
a { background-color: #5F9FEE; }
a { background-color: rgb(95,159,238); }
div.DivClassName
{
background-color: #5F9FEE;
}
.BgClassName
{
background-color: #5F9FEE;
}
</style>
border-color css
<style>
span { border-color: #5F9FEE; }
span { border-color: rgb(95,159,238); }
td.TdClassName
{
border-color: #5F9FEE;
}
.TagClassName
{
border-color: #5F9FEE;
}
</style>