Shades of Cornflower Blue #5898FF
Tints of Cornflower Blue #5898FF
RGB
CMYK
RGB Variations
Color information
#5898FF (or 0x5898FF) is known color: Cornflower Blue. HEX triplet: 58, 98 and FF. RGB value is (88,152,255). Sum of RGB (Red+Green+Blue) = 88+152+255=495 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.78% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #5898FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5898FF is #A76700. Grayscale: #909090. Windows color (decimal): -10970881 or 16750680. OLE color: 16750680.
HSL color Cylindrical-coordinate representation of color #5898FF: hue angle of 217.01º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5898FF is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 152 | 255 | - |
| CMYK | 0.65 | 0.40 | 0 | 0 |
| HSL | 217.01º | 1% | 0.67% | - |
| HSV(B) | 217.01º | 0.65% | 1% | - |
| XYZ | 33.3 | 31.75 | 98.98 | - |
| YUV | 144.61 | 190.3 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 152 | 255 | 0.65 | 0.40 | 0 | 0 | 217.01 | 1 | 0.67 |
| Hex | 58 | 98 | FF | 41 | 28 | 0 | 0 | D9 | 64 | 43 |
| Octal | 130 | 230 | 377 | 101 | 50 | 0 | 0 | 331 | 144 | 103 |
| Binary | 1011000 | 10011000 | 11111111 | 1000001 | 101000 | 0 | 0 | 11011001 | 1100100 | 1000011 |
Color Harmonies of #5898FF
Complementary color
Monochromatic Colors of #5898FF
Black with #5898FF
Text Example
Text Example
White with #5898FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5898FF; }
p { color: rgb(88,152,255); }
H1.HeaderClassName
{
color: #5898FF;
}
.AnyTagClassName
{
color: #5898FF;
}
</style>
background-color css
<style>
a { background-color: #5898FF; }
a { background-color: rgb(88,152,255); }
div.DivClassName
{
background-color: #5898FF;
}
.BgClassName
{
background-color: #5898FF;
}
</style>
border-color css
<style>
span { border-color: #5898FF; }
span { border-color: rgb(88,152,255); }
td.TdClassName
{
border-color: #5898FF;
}
.TagClassName
{
border-color: #5898FF;
}
</style>