Shades of Cornflower Blue #5F9AEE
Tints of Cornflower Blue #5F9AEE
RGB
CMYK
RGB Variations
Color information
#5F9AEE (or 0x5F9AEE) is known color: Cornflower Blue. HEX triplet: 5F, 9A and EE. RGB value is (95,154,238). Sum of RGB (Red+Green+Blue) = 95+154+238=487 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.51% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #5F9AEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F9AEE is #A06511. Grayscale: #919191. Windows color (decimal): -10511634 or 15637087. OLE color: 15637087.
HSL color Cylindrical-coordinate representation of color #5F9AEE: hue angle of 215.24º 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 #5F9AEE is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 154 | 238 | - |
| CMYK | 0.60 | 0.35 | 0 | 0.07 |
| HSL | 215.24º | 0.81% | 0.65% | - |
| HSV(B) | 215.24º | 0.6% | 0.93% | - |
| XYZ | 31.71 | 31.72 | 85.34 | - |
| YUV | 145.94 | 179.95 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 154 | 238 | 0.60 | 0.35 | 0 | 0.07 | 215.24 | 0.81 | 0.65 |
| Hex | 5F | 9A | EE | 3C | 23 | 0 | 7 | D7 | 51 | 41 |
| Octal | 137 | 232 | 356 | 74 | 43 | 0 | 7 | 327 | 121 | 101 |
| Binary | 1011111 | 10011010 | 11101110 | 111100 | 100011 | 0 | 111 | 11010111 | 1010001 | 1000001 |
Color Harmonies of #5F9AEE
Complementary color
Monochromatic Colors of #5F9AEE
Black with #5F9AEE
Text Example
Text Example
White with #5F9AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9AEE; }
p { color: rgb(95,154,238); }
H1.HeaderClassName
{
color: #5F9AEE;
}
.AnyTagClassName
{
color: #5F9AEE;
}
</style>
background-color css
<style>
a { background-color: #5F9AEE; }
a { background-color: rgb(95,154,238); }
div.DivClassName
{
background-color: #5F9AEE;
}
.BgClassName
{
background-color: #5F9AEE;
}
</style>
border-color css
<style>
span { border-color: #5F9AEE; }
span { border-color: rgb(95,154,238); }
td.TdClassName
{
border-color: #5F9AEE;
}
.TagClassName
{
border-color: #5F9AEE;
}
</style>