Shades of Cornflower Blue #557FEF
Tints of Cornflower Blue #557FEF
RGB
CMYK
RGB Variations
Color information
#557FEF (or 0x557FEF) is known color: Cornflower Blue. HEX triplet: 55, 7F and EF. RGB value is (85,127,239). Sum of RGB (Red+Green+Blue) = 85+127+239=451 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.85% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #557FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557FEF is #AA8010. Grayscale: #7E7E7E. Windows color (decimal): -11173905 or 15695701. OLE color: 15695701.
HSL color Cylindrical-coordinate representation of color #557FEF: hue angle of 223.64º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #557FEF is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 127 | 239 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.06 |
| HSL | 223.64º | 0.83% | 0.64% | - |
| HSV(B) | 223.64º | 0.64% | 0.94% | - |
| XYZ | 26.92 | 23.34 | 84.75 | - |
| YUV | 127.21 | 191.09 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 239 | 0.64 | 0.47 | 0 | 0.06 | 223.64 | 0.83 | 0.64 |
| Hex | 55 | 7F | EF | 40 | 2F | 0 | 6 | E0 | 53 | 40 |
| Octal | 125 | 177 | 357 | 100 | 57 | 0 | 6 | 340 | 123 | 100 |
| Binary | 1010101 | 1111111 | 11101111 | 1000000 | 101111 | 0 | 110 | 11100000 | 1010011 | 1000000 |
Color Harmonies of #557FEF
Complementary color
Monochromatic Colors of #557FEF
Black with #557FEF
Text Example
Text Example
White with #557FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557FEF; }
p { color: rgb(85,127,239); }
H1.HeaderClassName
{
color: #557FEF;
}
.AnyTagClassName
{
color: #557FEF;
}
</style>
background-color css
<style>
a { background-color: #557FEF; }
a { background-color: rgb(85,127,239); }
div.DivClassName
{
background-color: #557FEF;
}
.BgClassName
{
background-color: #557FEF;
}
</style>
border-color css
<style>
span { border-color: #557FEF; }
span { border-color: rgb(85,127,239); }
td.TdClassName
{
border-color: #557FEF;
}
.TagClassName
{
border-color: #557FEF;
}
</style>