Shades of Cornflower Blue #557FE9
Tints of Cornflower Blue #557FE9
RGB
CMYK
RGB Variations
Color information
#557FE9 (or 0x557FE9) is known color: Cornflower Blue. HEX triplet: 55, 7F and E9. RGB value is (85,127,233). Sum of RGB (Red+Green+Blue) = 85+127+233=445 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.10% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 233 (91.41% from 255 or 52.36% from 445); Max value from RGB is 233 - color contains mainly: blue. Hex color #557FE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557FE9 is #AA8016. Grayscale: #7E7E7E. Windows color (decimal): -11173911 or 15302485. OLE color: 15302485.
HSL color Cylindrical-coordinate representation of color #557FE9: hue angle of 222.97º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #557FE9 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 127 | 233 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.09 |
| HSL | 222.97º | 0.77% | 0.62% | - |
| HSV(B) | 222.97º | 0.64% | 0.91% | - |
| XYZ | 26.04 | 22.99 | 80.16 | - |
| YUV | 126.53 | 188.09 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 233 | 0.64 | 0.45 | 0 | 0.09 | 222.97 | 0.77 | 0.62 |
| Hex | 55 | 7F | E9 | 40 | 2D | 0 | 9 | DF | 4D | 3E |
| Octal | 125 | 177 | 351 | 100 | 55 | 0 | 11 | 337 | 115 | 76 |
| Binary | 1010101 | 1111111 | 11101001 | 1000000 | 101101 | 0 | 1001 | 11011111 | 1001101 | 111110 |
Color Harmonies of #557FE9
Complementary color
Monochromatic Colors of #557FE9
Black with #557FE9
Text Example
Text Example
White with #557FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557FE9; }
p { color: rgb(85,127,233); }
H1.HeaderClassName
{
color: #557FE9;
}
.AnyTagClassName
{
color: #557FE9;
}
</style>
background-color css
<style>
a { background-color: #557FE9; }
a { background-color: rgb(85,127,233); }
div.DivClassName
{
background-color: #557FE9;
}
.BgClassName
{
background-color: #557FE9;
}
</style>
border-color css
<style>
span { border-color: #557FE9; }
span { border-color: rgb(85,127,233); }
td.TdClassName
{
border-color: #557FE9;
}
.TagClassName
{
border-color: #557FE9;
}
</style>