Shades of Cornflower Blue #557EE8
Tints of Cornflower Blue #557EE8
RGB
CMYK
RGB Variations
Color information
#557EE8 (or 0x557EE8) is known color: Cornflower Blue. HEX triplet: 55, 7E and E8. RGB value is (85,126,232). Sum of RGB (Red+Green+Blue) = 85+126+232=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 232 (91.02% from 255 or 52.37% from 443); Max value from RGB is 232 - color contains mainly: blue. Hex color #557EE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557EE8 is #AA8117. Grayscale: #7D7D7D. Windows color (decimal): -11174168 or 15236693. OLE color: 15236693.
HSL color Cylindrical-coordinate representation of color #557EE8: hue angle of 223.27º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #557EE8 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 126 | 232 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.09 |
| HSL | 223.27º | 0.76% | 0.62% | - |
| HSV(B) | 223.27º | 0.63% | 0.91% | - |
| XYZ | 25.77 | 22.68 | 79.36 | - |
| YUV | 125.83 | 187.92 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 232 | 0.63 | 0.46 | 0 | 0.09 | 223.27 | 0.76 | 0.62 |
| Hex | 55 | 7E | E8 | 3F | 2E | 0 | 9 | DF | 4C | 3E |
| Octal | 125 | 176 | 350 | 77 | 56 | 0 | 11 | 337 | 114 | 76 |
| Binary | 1010101 | 1111110 | 11101000 | 111111 | 101110 | 0 | 1001 | 11011111 | 1001100 | 111110 |
Color Harmonies of #557EE8
Complementary color
Monochromatic Colors of #557EE8
Black with #557EE8
Text Example
Text Example
White with #557EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557EE8; }
p { color: rgb(85,126,232); }
H1.HeaderClassName
{
color: #557EE8;
}
.AnyTagClassName
{
color: #557EE8;
}
</style>
background-color css
<style>
a { background-color: #557EE8; }
a { background-color: rgb(85,126,232); }
div.DivClassName
{
background-color: #557EE8;
}
.BgClassName
{
background-color: #557EE8;
}
</style>
border-color css
<style>
span { border-color: #557EE8; }
span { border-color: rgb(85,126,232); }
td.TdClassName
{
border-color: #557EE8;
}
.TagClassName
{
border-color: #557EE8;
}
</style>