Shades of Cornflower Blue #5877FF
Tints of Cornflower Blue #5877FF
RGB
CMYK
RGB Variations
Color information
#5877FF (or 0x5877FF) is known color: Cornflower Blue. HEX triplet: 58, 77 and FF. RGB value is (88,119,255). Sum of RGB (Red+Green+Blue) = 88+119+255=462 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.05% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #5877FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5877FF is #A78800. Grayscale: #7C7C7C. Windows color (decimal): -10979329 or 16742232. OLE color: 16742232.
HSL color Cylindrical-coordinate representation of color #5877FF: hue angle of 228.86º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5877FF is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 119 | 255 | - |
| CMYK | 0.65 | 0.53 | 0 | 0 |
| HSL | 228.86º | 1% | 0.67% | - |
| HSV(B) | 228.86º | 0.65% | 1% | - |
| XYZ | 28.67 | 22.49 | 97.44 | - |
| YUV | 125.24 | 201.23 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 119 | 255 | 0.65 | 0.53 | 0 | 0 | 228.86 | 1 | 0.67 |
| Hex | 58 | 77 | FF | 41 | 35 | 0 | 0 | E5 | 64 | 43 |
| Octal | 130 | 167 | 377 | 101 | 65 | 0 | 0 | 345 | 144 | 103 |
| Binary | 1011000 | 1110111 | 11111111 | 1000001 | 110101 | 0 | 0 | 11100101 | 1100100 | 1000011 |
Color Harmonies of #5877FF
Complementary color
Monochromatic Colors of #5877FF
Black with #5877FF
Text Example
Text Example
White with #5877FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5877FF; }
p { color: rgb(88,119,255); }
H1.HeaderClassName
{
color: #5877FF;
}
.AnyTagClassName
{
color: #5877FF;
}
</style>
background-color css
<style>
a { background-color: #5877FF; }
a { background-color: rgb(88,119,255); }
div.DivClassName
{
background-color: #5877FF;
}
.BgClassName
{
background-color: #5877FF;
}
</style>
border-color css
<style>
span { border-color: #5877FF; }
span { border-color: rgb(88,119,255); }
td.TdClassName
{
border-color: #5877FF;
}
.TagClassName
{
border-color: #5877FF;
}
</style>