Shades of Cornflower Blue #557FEE
Tints of Cornflower Blue #557FEE
RGB
CMYK
RGB Variations
Color information
#557FEE (or 0x557FEE) is known color: Cornflower Blue. HEX triplet: 55, 7F and EE. RGB value is (85,127,238). Sum of RGB (Red+Green+Blue) = 85+127+238=450 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.89% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #557FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557FEE is #AA8011. Grayscale: #7E7E7E. Windows color (decimal): -11173906 or 15630165. OLE color: 15630165.
HSL color Cylindrical-coordinate representation of color #557FEE: hue angle of 223.53º 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 #557FEE is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 127 | 238 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.07 |
| HSL | 223.53º | 0.82% | 0.63% | - |
| HSV(B) | 223.53º | 0.64% | 0.93% | - |
| XYZ | 26.77 | 23.28 | 83.97 | - |
| YUV | 127.1 | 190.59 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 238 | 0.64 | 0.47 | 0 | 0.07 | 223.53 | 0.82 | 0.63 |
| Hex | 55 | 7F | EE | 40 | 2F | 0 | 7 | E0 | 52 | 3F |
| Octal | 125 | 177 | 356 | 100 | 57 | 0 | 7 | 340 | 122 | 77 |
| Binary | 1010101 | 1111111 | 11101110 | 1000000 | 101111 | 0 | 111 | 11100000 | 1010010 | 111111 |
Color Harmonies of #557FEE
Complementary color
Monochromatic Colors of #557FEE
Black with #557FEE
Text Example
Text Example
White with #557FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557FEE; }
p { color: rgb(85,127,238); }
H1.HeaderClassName
{
color: #557FEE;
}
.AnyTagClassName
{
color: #557FEE;
}
</style>
background-color css
<style>
a { background-color: #557FEE; }
a { background-color: rgb(85,127,238); }
div.DivClassName
{
background-color: #557FEE;
}
.BgClassName
{
background-color: #557FEE;
}
</style>
border-color css
<style>
span { border-color: #557FEE; }
span { border-color: rgb(85,127,238); }
td.TdClassName
{
border-color: #557FEE;
}
.TagClassName
{
border-color: #557FEE;
}
</style>