Shades of Cornflower Blue #5878FA
Tints of Cornflower Blue #5878FA
RGB
CMYK
RGB Variations
Color information
#5878FA (or 0x5878FA) is known color: Cornflower Blue. HEX triplet: 58, 78 and FA. RGB value is (88,120,250). Sum of RGB (Red+Green+Blue) = 88+120+250=458 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.21% from 458); Green value is 120 (47.27% from 255 or 26.20% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #5878FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5878FA is #A78705. Grayscale: #7C7C7C. Windows color (decimal): -10979078 or 16414808. OLE color: 16414808.
HSL color Cylindrical-coordinate representation of color #5878FA: hue angle of 228.15º 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 #5878FA is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 120 | 250 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.02 |
| HSL | 228.15º | 0.94% | 0.66% | - |
| HSV(B) | 228.15º | 0.65% | 0.98% | - |
| XYZ | 28 | 22.41 | 93.29 | - |
| YUV | 125.25 | 198.4 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 120 | 250 | 0.65 | 0.52 | 0 | 0.02 | 228.15 | 0.94 | 0.66 |
| Hex | 58 | 78 | FA | 41 | 34 | 0 | 2 | E4 | 5E | 42 |
| Octal | 130 | 170 | 372 | 101 | 64 | 0 | 2 | 344 | 136 | 102 |
| Binary | 1011000 | 1111000 | 11111010 | 1000001 | 110100 | 0 | 10 | 11100100 | 1011110 | 1000010 |
Color Harmonies of #5878FA
Complementary color
Monochromatic Colors of #5878FA
Black with #5878FA
Text Example
Text Example
White with #5878FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5878FA; }
p { color: rgb(88,120,250); }
H1.HeaderClassName
{
color: #5878FA;
}
.AnyTagClassName
{
color: #5878FA;
}
</style>
background-color css
<style>
a { background-color: #5878FA; }
a { background-color: rgb(88,120,250); }
div.DivClassName
{
background-color: #5878FA;
}
.BgClassName
{
background-color: #5878FA;
}
</style>
border-color css
<style>
span { border-color: #5878FA; }
span { border-color: rgb(88,120,250); }
td.TdClassName
{
border-color: #5878FA;
}
.TagClassName
{
border-color: #5878FA;
}
</style>