Shades of Cornflower Blue #5891F9
Tints of Cornflower Blue #5891F9
RGB
CMYK
RGB Variations
Color information
#5891F9 (or 0x5891F9) is known color: Cornflower Blue. HEX triplet: 58, 91 and F9. RGB value is (88,145,249). Sum of RGB (Red+Green+Blue) = 88+145+249=482 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.26% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 249 (97.66% from 255 or 51.66% from 482); Max value from RGB is 249 - color contains mainly: blue. Hex color #5891F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5891F9 is #A76E06. Grayscale: #8B8B8B. Windows color (decimal): -10972679 or 16355672. OLE color: 16355672.
HSL color Cylindrical-coordinate representation of color #5891F9: hue angle of 218.76º 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 #5891F9 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 145 | 249 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.02 |
| HSL | 218.76º | 0.93% | 0.66% | - |
| HSV(B) | 218.76º | 0.65% | 0.98% | - |
| XYZ | 31.25 | 29.17 | 93.6 | - |
| YUV | 139.81 | 189.62 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 145 | 249 | 0.65 | 0.42 | 0 | 0.02 | 218.76 | 0.93 | 0.66 |
| Hex | 58 | 91 | F9 | 41 | 2A | 0 | 2 | DB | 5D | 42 |
| Octal | 130 | 221 | 371 | 101 | 52 | 0 | 2 | 333 | 135 | 102 |
| Binary | 1011000 | 10010001 | 11111001 | 1000001 | 101010 | 0 | 10 | 11011011 | 1011101 | 1000010 |
Color Harmonies of #5891F9
Complementary color
Monochromatic Colors of #5891F9
Black with #5891F9
Text Example
Text Example
White with #5891F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5891F9; }
p { color: rgb(88,145,249); }
H1.HeaderClassName
{
color: #5891F9;
}
.AnyTagClassName
{
color: #5891F9;
}
</style>
background-color css
<style>
a { background-color: #5891F9; }
a { background-color: rgb(88,145,249); }
div.DivClassName
{
background-color: #5891F9;
}
.BgClassName
{
background-color: #5891F9;
}
</style>
border-color css
<style>
span { border-color: #5891F9; }
span { border-color: rgb(88,145,249); }
td.TdClassName
{
border-color: #5891F9;
}
.TagClassName
{
border-color: #5891F9;
}
</style>