Shades of Cornflower Blue #5598FF
Tints of Cornflower Blue #5598FF
RGB
CMYK
RGB Variations
Color information
#5598FF (or 0x5598FF) is known color: Cornflower Blue. HEX triplet: 55, 98 and FF. RGB value is (85,152,255). Sum of RGB (Red+Green+Blue) = 85+152+255=492 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.28% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #5598FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5598FF is #AA6700. Grayscale: #8F8F8F. Windows color (decimal): -11167489 or 16750677. OLE color: 16750677.
HSL color Cylindrical-coordinate representation of color #5598FF: hue angle of 216.35º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5598FF is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 152 | 255 | - |
| CMYK | 0.67 | 0.40 | 0 | 0 |
| HSL | 216.35º | 1% | 0.67% | - |
| HSV(B) | 216.35º | 0.67% | 1% | - |
| XYZ | 33.02 | 31.61 | 98.97 | - |
| YUV | 143.71 | 190.8 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 152 | 255 | 0.67 | 0.40 | 0 | 0 | 216.35 | 1 | 0.67 |
| Hex | 55 | 98 | FF | 43 | 28 | 0 | 0 | D8 | 64 | 43 |
| Octal | 125 | 230 | 377 | 103 | 50 | 0 | 0 | 330 | 144 | 103 |
| Binary | 1010101 | 10011000 | 11111111 | 1000011 | 101000 | 0 | 0 | 11011000 | 1100100 | 1000011 |
Color Harmonies of #5598FF
Complementary color
Monochromatic Colors of #5598FF
Black with #5598FF
Text Example
Text Example
White with #5598FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5598FF; }
p { color: rgb(85,152,255); }
H1.HeaderClassName
{
color: #5598FF;
}
.AnyTagClassName
{
color: #5598FF;
}
</style>
background-color css
<style>
a { background-color: #5598FF; }
a { background-color: rgb(85,152,255); }
div.DivClassName
{
background-color: #5598FF;
}
.BgClassName
{
background-color: #5598FF;
}
</style>
border-color css
<style>
span { border-color: #5598FF; }
span { border-color: rgb(85,152,255); }
td.TdClassName
{
border-color: #5598FF;
}
.TagClassName
{
border-color: #5598FF;
}
</style>