Shades of Cornflower Blue #557FED
Tints of Cornflower Blue #557FED
RGB
CMYK
RGB Variations
Color information
#557FED (or 0x557FED) is known color: Cornflower Blue. HEX triplet: 55, 7F and ED. RGB value is (85,127,237). Sum of RGB (Red+Green+Blue) = 85+127+237=449 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.93% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #557FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557FED is #AA8012. Grayscale: #7E7E7E. Windows color (decimal): -11173907 or 15564629. OLE color: 15564629.
HSL color Cylindrical-coordinate representation of color #557FED: hue angle of 223.42º degrees, saturation: 0.81, 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 #557FED is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 127 | 237 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.07 |
| HSL | 223.42º | 0.81% | 0.63% | - |
| HSV(B) | 223.42º | 0.64% | 0.93% | - |
| XYZ | 26.62 | 23.22 | 83.2 | - |
| YUV | 126.98 | 190.09 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 237 | 0.64 | 0.46 | 0 | 0.07 | 223.42 | 0.81 | 0.63 |
| Hex | 55 | 7F | ED | 40 | 2E | 0 | 7 | DF | 51 | 3F |
| Octal | 125 | 177 | 355 | 100 | 56 | 0 | 7 | 337 | 121 | 77 |
| Binary | 1010101 | 1111111 | 11101101 | 1000000 | 101110 | 0 | 111 | 11011111 | 1010001 | 111111 |
Color Harmonies of #557FED
Complementary color
Monochromatic Colors of #557FED
Black with #557FED
Text Example
Text Example
White with #557FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557FED; }
p { color: rgb(85,127,237); }
H1.HeaderClassName
{
color: #557FED;
}
.AnyTagClassName
{
color: #557FED;
}
</style>
background-color css
<style>
a { background-color: #557FED; }
a { background-color: rgb(85,127,237); }
div.DivClassName
{
background-color: #557FED;
}
.BgClassName
{
background-color: #557FED;
}
</style>
border-color css
<style>
span { border-color: #557FED; }
span { border-color: rgb(85,127,237); }
td.TdClassName
{
border-color: #557FED;
}
.TagClassName
{
border-color: #557FED;
}
</style>