Shades of Cornflower Blue #557CEE
Tints of Cornflower Blue #557CEE
RGB
CMYK
RGB Variations
Color information
#557CEE (or 0x557CEE) is known color: Cornflower Blue. HEX triplet: 55, 7C and EE. RGB value is (85,124,238). Sum of RGB (Red+Green+Blue) = 85+124+238=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #557CEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557CEE is #AA8311. Grayscale: #7C7C7C. Windows color (decimal): -11174674 or 15629397. OLE color: 15629397.
HSL color Cylindrical-coordinate representation of color #557CEE: hue angle of 224.71º 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 #557CEE is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 124 | 238 | - |
| CMYK | 0.64 | 0.48 | 0 | 0.07 |
| HSL | 224.71º | 0.82% | 0.63% | - |
| HSV(B) | 224.71º | 0.64% | 0.93% | - |
| XYZ | 26.39 | 22.52 | 83.84 | - |
| YUV | 125.34 | 191.58 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 238 | 0.64 | 0.48 | 0 | 0.07 | 224.71 | 0.82 | 0.63 |
| Hex | 55 | 7C | EE | 40 | 30 | 0 | 7 | E1 | 52 | 3F |
| Octal | 125 | 174 | 356 | 100 | 60 | 0 | 7 | 341 | 122 | 77 |
| Binary | 1010101 | 1111100 | 11101110 | 1000000 | 110000 | 0 | 111 | 11100001 | 1010010 | 111111 |
Color Harmonies of #557CEE
Complementary color
Monochromatic Colors of #557CEE
Black with #557CEE
Text Example
Text Example
White with #557CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557CEE; }
p { color: rgb(85,124,238); }
H1.HeaderClassName
{
color: #557CEE;
}
.AnyTagClassName
{
color: #557CEE;
}
</style>
background-color css
<style>
a { background-color: #557CEE; }
a { background-color: rgb(85,124,238); }
div.DivClassName
{
background-color: #557CEE;
}
.BgClassName
{
background-color: #557CEE;
}
</style>
border-color css
<style>
span { border-color: #557CEE; }
span { border-color: rgb(85,124,238); }
td.TdClassName
{
border-color: #557CEE;
}
.TagClassName
{
border-color: #557CEE;
}
</style>