Shades of Cornflower Blue #557FEB
Tints of Cornflower Blue #557FEB
RGB
CMYK
RGB Variations
Color information
#557FEB (or 0x557FEB) is known color: Cornflower Blue. HEX triplet: 55, 7F and EB. RGB value is (85,127,235). Sum of RGB (Red+Green+Blue) = 85+127+235=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #557FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557FEB is #AA8014. Grayscale: #7E7E7E. Windows color (decimal): -11173909 or 15433557. OLE color: 15433557.
HSL color Cylindrical-coordinate representation of color #557FEB: hue angle of 223.2º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #557FEB is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 127 | 235 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.08 |
| HSL | 223.2º | 0.79% | 0.63% | - |
| HSV(B) | 223.2º | 0.64% | 0.92% | - |
| XYZ | 26.33 | 23.11 | 81.67 | - |
| YUV | 126.75 | 189.09 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 235 | 0.64 | 0.46 | 0 | 0.08 | 223.2 | 0.79 | 0.63 |
| Hex | 55 | 7F | EB | 40 | 2E | 0 | 8 | DF | 4F | 3F |
| Octal | 125 | 177 | 353 | 100 | 56 | 0 | 10 | 337 | 117 | 77 |
| Binary | 1010101 | 1111111 | 11101011 | 1000000 | 101110 | 0 | 1000 | 11011111 | 1001111 | 111111 |
Color Harmonies of #557FEB
Complementary color
Monochromatic Colors of #557FEB
Black with #557FEB
Text Example
Text Example
White with #557FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557FEB; }
p { color: rgb(85,127,235); }
H1.HeaderClassName
{
color: #557FEB;
}
.AnyTagClassName
{
color: #557FEB;
}
</style>
background-color css
<style>
a { background-color: #557FEB; }
a { background-color: rgb(85,127,235); }
div.DivClassName
{
background-color: #557FEB;
}
.BgClassName
{
background-color: #557FEB;
}
</style>
border-color css
<style>
span { border-color: #557FEB; }
span { border-color: rgb(85,127,235); }
td.TdClassName
{
border-color: #557FEB;
}
.TagClassName
{
border-color: #557FEB;
}
</style>