Shades of Cornflower Blue #5879F9
Tints of Cornflower Blue #5879F9
RGB
CMYK
RGB Variations
Color information
#5879F9 (or 0x5879F9) is known color: Cornflower Blue. HEX triplet: 58, 79 and F9. RGB value is (88,121,249). Sum of RGB (Red+Green+Blue) = 88+121+249=458 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.21% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 249 (97.66% from 255 or 54.37% from 458); Max value from RGB is 249 - color contains mainly: blue. Hex color #5879F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5879F9 is #A78606. Grayscale: #7D7D7D. Windows color (decimal): -10978823 or 16349528. OLE color: 16349528.
HSL color Cylindrical-coordinate representation of color #5879F9: hue angle of 227.7º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5879F9 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 121 | 249 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.02 |
| HSL | 227.7º | 0.93% | 0.66% | - |
| HSV(B) | 227.7º | 0.65% | 0.98% | - |
| XYZ | 27.96 | 22.59 | 92.51 | - |
| YUV | 125.73 | 197.57 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 121 | 249 | 0.65 | 0.51 | 0 | 0.02 | 227.7 | 0.93 | 0.66 |
| Hex | 58 | 79 | F9 | 41 | 33 | 0 | 2 | E4 | 5D | 42 |
| Octal | 130 | 171 | 371 | 101 | 63 | 0 | 2 | 344 | 135 | 102 |
| Binary | 1011000 | 1111001 | 11111001 | 1000001 | 110011 | 0 | 10 | 11100100 | 1011101 | 1000010 |
Color Harmonies of #5879F9
Complementary color
Monochromatic Colors of #5879F9
Black with #5879F9
Text Example
Text Example
White with #5879F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5879F9; }
p { color: rgb(88,121,249); }
H1.HeaderClassName
{
color: #5879F9;
}
.AnyTagClassName
{
color: #5879F9;
}
</style>
background-color css
<style>
a { background-color: #5879F9; }
a { background-color: rgb(88,121,249); }
div.DivClassName
{
background-color: #5879F9;
}
.BgClassName
{
background-color: #5879F9;
}
</style>
border-color css
<style>
span { border-color: #5879F9; }
span { border-color: rgb(88,121,249); }
td.TdClassName
{
border-color: #5879F9;
}
.TagClassName
{
border-color: #5879F9;
}
</style>