Shades of Cornflower Blue #557EEB
Tints of Cornflower Blue #557EEB
RGB
CMYK
RGB Variations
Color information
#557EEB (or 0x557EEB) is known color: Cornflower Blue. HEX triplet: 55, 7E and EB. RGB value is (85,126,235). Sum of RGB (Red+Green+Blue) = 85+126+235=446 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.06% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #557EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557EEB is #AA8114. Grayscale: #7D7D7D. Windows color (decimal): -11174165 or 15433301. OLE color: 15433301.
HSL color Cylindrical-coordinate representation of color #557EEB: hue angle of 223.6º 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 #557EEB is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 126 | 235 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.08 |
| HSL | 223.6º | 0.79% | 0.63% | - |
| HSV(B) | 223.6º | 0.64% | 0.92% | - |
| XYZ | 26.2 | 22.85 | 81.63 | - |
| YUV | 126.17 | 189.42 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 235 | 0.64 | 0.46 | 0 | 0.08 | 223.6 | 0.79 | 0.63 |
| Hex | 55 | 7E | EB | 40 | 2E | 0 | 8 | E0 | 4F | 3F |
| Octal | 125 | 176 | 353 | 100 | 56 | 0 | 10 | 340 | 117 | 77 |
| Binary | 1010101 | 1111110 | 11101011 | 1000000 | 101110 | 0 | 1000 | 11100000 | 1001111 | 111111 |
Color Harmonies of #557EEB
Complementary color
Monochromatic Colors of #557EEB
Black with #557EEB
Text Example
Text Example
White with #557EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557EEB; }
p { color: rgb(85,126,235); }
H1.HeaderClassName
{
color: #557EEB;
}
.AnyTagClassName
{
color: #557EEB;
}
</style>
background-color css
<style>
a { background-color: #557EEB; }
a { background-color: rgb(85,126,235); }
div.DivClassName
{
background-color: #557EEB;
}
.BgClassName
{
background-color: #557EEB;
}
</style>
border-color css
<style>
span { border-color: #557EEB; }
span { border-color: rgb(85,126,235); }
td.TdClassName
{
border-color: #557EEB;
}
.TagClassName
{
border-color: #557EEB;
}
</style>