Shades of Cornflower Blue #5598FE
Tints of Cornflower Blue #5598FE
RGB
CMYK
RGB Variations
Color information
#5598FE (or 0x5598FE) is known color: Cornflower Blue. HEX triplet: 55, 98 and FE. RGB value is (85,152,254). Sum of RGB (Red+Green+Blue) = 85+152+254=491 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.31% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #5598FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5598FE is #AA6701. Grayscale: #8F8F8F. Windows color (decimal): -11167490 or 16685141. OLE color: 16685141.
HSL color Cylindrical-coordinate representation of color #5598FE: hue angle of 216.21º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5598FE is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 152 | 254 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.00 |
| HSL | 216.21º | 0.99% | 0.66% | - |
| HSV(B) | 216.21º | 0.67% | 1% | - |
| XYZ | 32.86 | 31.54 | 98.12 | - |
| YUV | 143.6 | 190.3 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 152 | 254 | 0.67 | 0.40 | 0 | 0.00 | 216.21 | 0.99 | 0.66 |
| Hex | 55 | 98 | FE | 43 | 28 | 0 | 0 | D8 | 63 | 42 |
| Octal | 125 | 230 | 376 | 103 | 50 | 0 | 0 | 330 | 143 | 102 |
| Binary | 1010101 | 10011000 | 11111110 | 1000011 | 101000 | 0 | 0 | 11011000 | 1100011 | 1000010 |
Color Harmonies of #5598FE
Complementary color
Monochromatic Colors of #5598FE
Black with #5598FE
Text Example
Text Example
White with #5598FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5598FE; }
p { color: rgb(85,152,254); }
H1.HeaderClassName
{
color: #5598FE;
}
.AnyTagClassName
{
color: #5598FE;
}
</style>
background-color css
<style>
a { background-color: #5598FE; }
a { background-color: rgb(85,152,254); }
div.DivClassName
{
background-color: #5598FE;
}
.BgClassName
{
background-color: #5598FE;
}
</style>
border-color css
<style>
span { border-color: #5598FE; }
span { border-color: rgb(85,152,254); }
td.TdClassName
{
border-color: #5598FE;
}
.TagClassName
{
border-color: #5598FE;
}
</style>