Shades of Cornflower Blue #557EEE
Tints of Cornflower Blue #557EEE
RGB
CMYK
RGB Variations
Color information
#557EEE (or 0x557EEE) is known color: Cornflower Blue. HEX triplet: 55, 7E and EE. RGB value is (85,126,238). Sum of RGB (Red+Green+Blue) = 85+126+238=449 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.93% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #557EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557EEE is #AA8111. Grayscale: #7E7E7E. Windows color (decimal): -11174162 or 15629909. OLE color: 15629909.
HSL color Cylindrical-coordinate representation of color #557EEE: hue angle of 223.92º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #557EEE is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 126 | 238 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.07 |
| HSL | 223.92º | 0.82% | 0.63% | - |
| HSV(B) | 223.92º | 0.64% | 0.93% | - |
| XYZ | 26.64 | 23.03 | 83.93 | - |
| YUV | 126.51 | 190.92 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 238 | 0.64 | 0.47 | 0 | 0.07 | 223.92 | 0.82 | 0.63 |
| Hex | 55 | 7E | EE | 40 | 2F | 0 | 7 | E0 | 52 | 3F |
| Octal | 125 | 176 | 356 | 100 | 57 | 0 | 7 | 340 | 122 | 77 |
| Binary | 1010101 | 1111110 | 11101110 | 1000000 | 101111 | 0 | 111 | 11100000 | 1010010 | 111111 |
Color Harmonies of #557EEE
Complementary color
Monochromatic Colors of #557EEE
Black with #557EEE
Text Example
Text Example
White with #557EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557EEE; }
p { color: rgb(85,126,238); }
H1.HeaderClassName
{
color: #557EEE;
}
.AnyTagClassName
{
color: #557EEE;
}
</style>
background-color css
<style>
a { background-color: #557EEE; }
a { background-color: rgb(85,126,238); }
div.DivClassName
{
background-color: #557EEE;
}
.BgClassName
{
background-color: #557EEE;
}
</style>
border-color css
<style>
span { border-color: #557EEE; }
span { border-color: rgb(85,126,238); }
td.TdClassName
{
border-color: #557EEE;
}
.TagClassName
{
border-color: #557EEE;
}
</style>