Shades of Cornflower Blue #557FF0
Tints of Cornflower Blue #557FF0
RGB
CMYK
RGB Variations
Color information
#557FF0 (or 0x557FF0) is known color: Cornflower Blue. HEX triplet: 55, 7F and F0. RGB value is (85,127,240). Sum of RGB (Red+Green+Blue) = 85+127+240=452 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.81% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 240 (94.14% from 255 or 53.10% from 452); Max value from RGB is 240 - color contains mainly: blue. Hex color #557FF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557FF0 is #AA800F. Grayscale: #7E7E7E. Windows color (decimal): -11173904 or 15761237. OLE color: 15761237.
HSL color Cylindrical-coordinate representation of color #557FF0: hue angle of 223.74º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #557FF0 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 127 | 240 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.06 |
| HSL | 223.74º | 0.84% | 0.64% | - |
| HSV(B) | 223.74º | 0.65% | 0.94% | - |
| XYZ | 27.06 | 23.4 | 85.53 | - |
| YUV | 127.32 | 191.59 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 240 | 0.65 | 0.47 | 0 | 0.06 | 223.74 | 0.84 | 0.64 |
| Hex | 55 | 7F | F0 | 41 | 2F | 0 | 6 | E0 | 54 | 40 |
| Octal | 125 | 177 | 360 | 101 | 57 | 0 | 6 | 340 | 124 | 100 |
| Binary | 1010101 | 1111111 | 11110000 | 1000001 | 101111 | 0 | 110 | 11100000 | 1010100 | 1000000 |
Color Harmonies of #557FF0
Complementary color
Monochromatic Colors of #557FF0
Black with #557FF0
Text Example
Text Example
White with #557FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557FF0; }
p { color: rgb(85,127,240); }
H1.HeaderClassName
{
color: #557FF0;
}
.AnyTagClassName
{
color: #557FF0;
}
</style>
background-color css
<style>
a { background-color: #557FF0; }
a { background-color: rgb(85,127,240); }
div.DivClassName
{
background-color: #557FF0;
}
.BgClassName
{
background-color: #557FF0;
}
</style>
border-color css
<style>
span { border-color: #557FF0; }
span { border-color: rgb(85,127,240); }
td.TdClassName
{
border-color: #557FF0;
}
.TagClassName
{
border-color: #557FF0;
}
</style>