Shades of Cornflower Blue #5891FB
Tints of Cornflower Blue #5891FB
RGB
CMYK
RGB Variations
Color information
#5891FB (or 0x5891FB) is known color: Cornflower Blue. HEX triplet: 58, 91 and FB. RGB value is (88,145,251). Sum of RGB (Red+Green+Blue) = 88+145+251=484 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.18% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #5891FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5891FB is #A76E04. Grayscale: #8B8B8B. Windows color (decimal): -10972677 or 16486744. OLE color: 16486744.
HSL color Cylindrical-coordinate representation of color #5891FB: hue angle of 219.02º degrees, saturation: 0.95, 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 #5891FB is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 145 | 251 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.02 |
| HSL | 219.02º | 0.95% | 0.66% | - |
| HSV(B) | 219.02º | 0.65% | 0.98% | - |
| XYZ | 31.56 | 29.29 | 95.26 | - |
| YUV | 140.04 | 190.62 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 145 | 251 | 0.65 | 0.42 | 0 | 0.02 | 219.02 | 0.95 | 0.66 |
| Hex | 58 | 91 | FB | 41 | 2A | 0 | 2 | DB | 5F | 42 |
| Octal | 130 | 221 | 373 | 101 | 52 | 0 | 2 | 333 | 137 | 102 |
| Binary | 1011000 | 10010001 | 11111011 | 1000001 | 101010 | 0 | 10 | 11011011 | 1011111 | 1000010 |
Color Harmonies of #5891FB
Complementary color
Monochromatic Colors of #5891FB
Black with #5891FB
Text Example
Text Example
White with #5891FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5891FB; }
p { color: rgb(88,145,251); }
H1.HeaderClassName
{
color: #5891FB;
}
.AnyTagClassName
{
color: #5891FB;
}
</style>
background-color css
<style>
a { background-color: #5891FB; }
a { background-color: rgb(88,145,251); }
div.DivClassName
{
background-color: #5891FB;
}
.BgClassName
{
background-color: #5891FB;
}
</style>
border-color css
<style>
span { border-color: #5891FB; }
span { border-color: rgb(88,145,251); }
td.TdClassName
{
border-color: #5891FB;
}
.TagClassName
{
border-color: #5891FB;
}
</style>