Shades of Cornflower Blue #5878FE
Tints of Cornflower Blue #5878FE
RGB
CMYK
RGB Variations
Color information
#5878FE (or 0x5878FE) is known color: Cornflower Blue. HEX triplet: 58, 78 and FE. RGB value is (88,120,254). Sum of RGB (Red+Green+Blue) = 88+120+254=462 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.05% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #5878FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5878FE is #A78701. Grayscale: #7D7D7D. Windows color (decimal): -10979074 or 16676952. OLE color: 16676952.
HSL color Cylindrical-coordinate representation of color #5878FE: hue angle of 228.43º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5878FE is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 120 | 254 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.00 |
| HSL | 228.43º | 0.99% | 0.67% | - |
| HSV(B) | 228.43º | 0.65% | 1% | - |
| XYZ | 28.63 | 22.66 | 96.63 | - |
| YUV | 125.71 | 200.4 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 120 | 254 | 0.65 | 0.53 | 0 | 0.00 | 228.43 | 0.99 | 0.67 |
| Hex | 58 | 78 | FE | 41 | 35 | 0 | 0 | E4 | 63 | 43 |
| Octal | 130 | 170 | 376 | 101 | 65 | 0 | 0 | 344 | 143 | 103 |
| Binary | 1011000 | 1111000 | 11111110 | 1000001 | 110101 | 0 | 0 | 11100100 | 1100011 | 1000011 |
Color Harmonies of #5878FE
Complementary color
Monochromatic Colors of #5878FE
Black with #5878FE
Text Example
Text Example
White with #5878FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5878FE; }
p { color: rgb(88,120,254); }
H1.HeaderClassName
{
color: #5878FE;
}
.AnyTagClassName
{
color: #5878FE;
}
</style>
background-color css
<style>
a { background-color: #5878FE; }
a { background-color: rgb(88,120,254); }
div.DivClassName
{
background-color: #5878FE;
}
.BgClassName
{
background-color: #5878FE;
}
</style>
border-color css
<style>
span { border-color: #5878FE; }
span { border-color: rgb(88,120,254); }
td.TdClassName
{
border-color: #5878FE;
}
.TagClassName
{
border-color: #5878FE;
}
</style>