Shades of Cornflower Blue #5F98EE
Tints of Cornflower Blue #5F98EE
RGB
CMYK
RGB Variations
Color information
#5F98EE (or 0x5F98EE) is known color: Cornflower Blue. HEX triplet: 5F, 98 and EE. RGB value is (95,152,238). Sum of RGB (Red+Green+Blue) = 95+152+238=485 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.59% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #5F98EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F98EE is #A06711. Grayscale: #909090. Windows color (decimal): -10512146 or 15636575. OLE color: 15636575.
HSL color Cylindrical-coordinate representation of color #5F98EE: hue angle of 216.08º 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 #5F98EE is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 152 | 238 | - |
| CMYK | 0.60 | 0.36 | 0 | 0.07 |
| HSL | 216.08º | 0.81% | 0.65% | - |
| HSV(B) | 216.08º | 0.6% | 0.93% | - |
| XYZ | 31.38 | 31.06 | 85.23 | - |
| YUV | 144.76 | 180.62 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 152 | 238 | 0.60 | 0.36 | 0 | 0.07 | 216.08 | 0.81 | 0.65 |
| Hex | 5F | 98 | EE | 3C | 24 | 0 | 7 | D8 | 51 | 41 |
| Octal | 137 | 230 | 356 | 74 | 44 | 0 | 7 | 330 | 121 | 101 |
| Binary | 1011111 | 10011000 | 11101110 | 111100 | 100100 | 0 | 111 | 11011000 | 1010001 | 1000001 |
Color Harmonies of #5F98EE
Complementary color
Monochromatic Colors of #5F98EE
Black with #5F98EE
Text Example
Text Example
White with #5F98EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F98EE; }
p { color: rgb(95,152,238); }
H1.HeaderClassName
{
color: #5F98EE;
}
.AnyTagClassName
{
color: #5F98EE;
}
</style>
background-color css
<style>
a { background-color: #5F98EE; }
a { background-color: rgb(95,152,238); }
div.DivClassName
{
background-color: #5F98EE;
}
.BgClassName
{
background-color: #5F98EE;
}
</style>
border-color css
<style>
span { border-color: #5F98EE; }
span { border-color: rgb(95,152,238); }
td.TdClassName
{
border-color: #5F98EE;
}
.TagClassName
{
border-color: #5F98EE;
}
</style>