Shades of Cornflower Blue #5891FA
Tints of Cornflower Blue #5891FA
RGB
CMYK
RGB Variations
Color information
#5891FA (or 0x5891FA) is known color: Cornflower Blue. HEX triplet: 58, 91 and FA. RGB value is (88,145,250). Sum of RGB (Red+Green+Blue) = 88+145+250=483 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.22% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #5891FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5891FA is #A76E05. Grayscale: #8B8B8B. Windows color (decimal): -10972678 or 16421208. OLE color: 16421208.
HSL color Cylindrical-coordinate representation of color #5891FA: hue angle of 218.89º degrees, saturation: 0.94, 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 #5891FA is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 145 | 250 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.02 |
| HSL | 218.89º | 0.94% | 0.66% | - |
| HSV(B) | 218.89º | 0.65% | 0.98% | - |
| XYZ | 31.41 | 29.23 | 94.43 | - |
| YUV | 139.93 | 190.12 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 145 | 250 | 0.65 | 0.42 | 0 | 0.02 | 218.89 | 0.94 | 0.66 |
| Hex | 58 | 91 | FA | 41 | 2A | 0 | 2 | DB | 5E | 42 |
| Octal | 130 | 221 | 372 | 101 | 52 | 0 | 2 | 333 | 136 | 102 |
| Binary | 1011000 | 10010001 | 11111010 | 1000001 | 101010 | 0 | 10 | 11011011 | 1011110 | 1000010 |
Color Harmonies of #5891FA
Complementary color
Monochromatic Colors of #5891FA
Black with #5891FA
Text Example
Text Example
White with #5891FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5891FA; }
p { color: rgb(88,145,250); }
H1.HeaderClassName
{
color: #5891FA;
}
.AnyTagClassName
{
color: #5891FA;
}
</style>
background-color css
<style>
a { background-color: #5891FA; }
a { background-color: rgb(88,145,250); }
div.DivClassName
{
background-color: #5891FA;
}
.BgClassName
{
background-color: #5891FA;
}
</style>
border-color css
<style>
span { border-color: #5891FA; }
span { border-color: rgb(88,145,250); }
td.TdClassName
{
border-color: #5891FA;
}
.TagClassName
{
border-color: #5891FA;
}
</style>