Shades of Cornflower Blue #5898F1
Tints of Cornflower Blue #5898F1
RGB
CMYK
RGB Variations
Color information
#5898F1 (or 0x5898F1) is known color: Cornflower Blue. HEX triplet: 58, 98 and F1. RGB value is (88,152,241). Sum of RGB (Red+Green+Blue) = 88+152+241=481 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.30% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #5898F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5898F1 is #A7670E. Grayscale: #8E8E8E. Windows color (decimal): -10970895 or 15833176. OLE color: 15833176.
HSL color Cylindrical-coordinate representation of color #5898F1: hue angle of 214.9º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5898F1 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 152 | 241 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.05 |
| HSL | 214.9º | 0.85% | 0.65% | - |
| HSV(B) | 214.9º | 0.63% | 0.95% | - |
| XYZ | 31.13 | 30.88 | 87.54 | - |
| YUV | 143.01 | 183.3 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 152 | 241 | 0.63 | 0.37 | 0 | 0.05 | 214.9 | 0.85 | 0.65 |
| Hex | 58 | 98 | F1 | 3F | 25 | 0 | 5 | D7 | 55 | 41 |
| Octal | 130 | 230 | 361 | 77 | 45 | 0 | 5 | 327 | 125 | 101 |
| Binary | 1011000 | 10011000 | 11110001 | 111111 | 100101 | 0 | 101 | 11010111 | 1010101 | 1000001 |
Color Harmonies of #5898F1
Complementary color
Monochromatic Colors of #5898F1
Black with #5898F1
Text Example
Text Example
White with #5898F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5898F1; }
p { color: rgb(88,152,241); }
H1.HeaderClassName
{
color: #5898F1;
}
.AnyTagClassName
{
color: #5898F1;
}
</style>
background-color css
<style>
a { background-color: #5898F1; }
a { background-color: rgb(88,152,241); }
div.DivClassName
{
background-color: #5898F1;
}
.BgClassName
{
background-color: #5898F1;
}
</style>
border-color css
<style>
span { border-color: #5898F1; }
span { border-color: rgb(88,152,241); }
td.TdClassName
{
border-color: #5898F1;
}
.TagClassName
{
border-color: #5898F1;
}
</style>