Shades of Cornflower Blue #5890FA
Tints of Cornflower Blue #5890FA
RGB
CMYK
RGB Variations
Color information
#5890FA (or 0x5890FA) is known color: Cornflower Blue. HEX triplet: 58, 90 and FA. RGB value is (88,144,250). Sum of RGB (Red+Green+Blue) = 88+144+250=482 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.26% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #5890FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5890FA is #A76F05. Grayscale: #8A8A8A. Windows color (decimal): -10972934 or 16420952. OLE color: 16420952.
HSL color Cylindrical-coordinate representation of color #5890FA: hue angle of 219.26º 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 #5890FA is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 144 | 250 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.02 |
| HSL | 219.26º | 0.94% | 0.66% | - |
| HSV(B) | 219.26º | 0.65% | 0.98% | - |
| XYZ | 31.25 | 28.92 | 94.38 | - |
| YUV | 139.34 | 190.45 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 144 | 250 | 0.65 | 0.42 | 0 | 0.02 | 219.26 | 0.94 | 0.66 |
| Hex | 58 | 90 | FA | 41 | 2A | 0 | 2 | DB | 5E | 42 |
| Octal | 130 | 220 | 372 | 101 | 52 | 0 | 2 | 333 | 136 | 102 |
| Binary | 1011000 | 10010000 | 11111010 | 1000001 | 101010 | 0 | 10 | 11011011 | 1011110 | 1000010 |
Color Harmonies of #5890FA
Complementary color
Monochromatic Colors of #5890FA
Black with #5890FA
Text Example
Text Example
White with #5890FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5890FA; }
p { color: rgb(88,144,250); }
H1.HeaderClassName
{
color: #5890FA;
}
.AnyTagClassName
{
color: #5890FA;
}
</style>
background-color css
<style>
a { background-color: #5890FA; }
a { background-color: rgb(88,144,250); }
div.DivClassName
{
background-color: #5890FA;
}
.BgClassName
{
background-color: #5890FA;
}
</style>
border-color css
<style>
span { border-color: #5890FA; }
span { border-color: rgb(88,144,250); }
td.TdClassName
{
border-color: #5890FA;
}
.TagClassName
{
border-color: #5890FA;
}
</style>