Shades of Cornflower Blue #5798F6
Tints of Cornflower Blue #5798F6
RGB
CMYK
RGB Variations
Color information
#5798F6 (or 0x5798F6) is known color: Cornflower Blue. HEX triplet: 57, 98 and F6. RGB value is (87,152,246). Sum of RGB (Red+Green+Blue) = 87+152+246=485 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.94% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 246 (96.48% from 255 or 50.72% from 485); Max value from RGB is 246 - color contains mainly: blue. Hex color #5798F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5798F6 is #A86709. Grayscale: #8E8E8E. Windows color (decimal): -11036426 or 16160855. OLE color: 16160855.
HSL color Cylindrical-coordinate representation of color #5798F6: hue angle of 215.47º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5798F6 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 87 | 152 | 246 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.04 |
| HSL | 215.47º | 0.9% | 0.65% | - |
| HSV(B) | 215.47º | 0.65% | 0.96% | - |
| XYZ | 31.79 | 31.14 | 91.52 | - |
| YUV | 143.28 | 185.97 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 152 | 246 | 0.65 | 0.38 | 0 | 0.04 | 215.47 | 0.9 | 0.65 |
| Hex | 57 | 98 | F6 | 41 | 26 | 0 | 4 | D7 | 5A | 41 |
| Octal | 127 | 230 | 366 | 101 | 46 | 0 | 4 | 327 | 132 | 101 |
| Binary | 1010111 | 10011000 | 11110110 | 1000001 | 100110 | 0 | 100 | 11010111 | 1011010 | 1000001 |
Color Harmonies of #5798F6
Complementary color
Monochromatic Colors of #5798F6
Black with #5798F6
Text Example
Text Example
White with #5798F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5798F6; }
p { color: rgb(87,152,246); }
H1.HeaderClassName
{
color: #5798F6;
}
.AnyTagClassName
{
color: #5798F6;
}
</style>
background-color css
<style>
a { background-color: #5798F6; }
a { background-color: rgb(87,152,246); }
div.DivClassName
{
background-color: #5798F6;
}
.BgClassName
{
background-color: #5798F6;
}
</style>
border-color css
<style>
span { border-color: #5798F6; }
span { border-color: rgb(87,152,246); }
td.TdClassName
{
border-color: #5798F6;
}
.TagClassName
{
border-color: #5798F6;
}
</style>