Shades of Cornflower Blue #5890FC
Tints of Cornflower Blue #5890FC
RGB
CMYK
RGB Variations
Color information
#5890FC (or 0x5890FC) is known color: Cornflower Blue. HEX triplet: 58, 90 and FC. RGB value is (88,144,252). Sum of RGB (Red+Green+Blue) = 88+144+252=484 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.18% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #5890FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5890FC is #A76F03. Grayscale: #8B8B8B. Windows color (decimal): -10972932 or 16552024. OLE color: 16552024.
HSL color Cylindrical-coordinate representation of color #5890FC: hue angle of 219.51º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5890FC is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 144 | 252 | - |
| CMYK | 0.65 | 0.43 | 0 | 0.01 |
| HSL | 219.51º | 0.96% | 0.67% | - |
| HSV(B) | 219.51º | 0.65% | 0.99% | - |
| XYZ | 31.57 | 29.05 | 96.04 | - |
| YUV | 139.57 | 191.45 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 144 | 252 | 0.65 | 0.43 | 0 | 0.01 | 219.51 | 0.96 | 0.67 |
| Hex | 58 | 90 | FC | 41 | 2B | 0 | 1 | DC | 60 | 43 |
| Octal | 130 | 220 | 374 | 101 | 53 | 0 | 1 | 334 | 140 | 103 |
| Binary | 1011000 | 10010000 | 11111100 | 1000001 | 101011 | 0 | 1 | 11011100 | 1100000 | 1000011 |
Color Harmonies of #5890FC
Complementary color
Monochromatic Colors of #5890FC
Black with #5890FC
Text Example
Text Example
White with #5890FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5890FC; }
p { color: rgb(88,144,252); }
H1.HeaderClassName
{
color: #5890FC;
}
.AnyTagClassName
{
color: #5890FC;
}
</style>
background-color css
<style>
a { background-color: #5890FC; }
a { background-color: rgb(88,144,252); }
div.DivClassName
{
background-color: #5890FC;
}
.BgClassName
{
background-color: #5890FC;
}
</style>
border-color css
<style>
span { border-color: #5890FC; }
span { border-color: rgb(88,144,252); }
td.TdClassName
{
border-color: #5890FC;
}
.TagClassName
{
border-color: #5890FC;
}
</style>