Shades of Cornflower Blue #557EE5
Tints of Cornflower Blue #557EE5
RGB
CMYK
RGB Variations
Color information
#557EE5 (or 0x557EE5) is known color: Cornflower Blue. HEX triplet: 55, 7E and E5. RGB value is (85,126,229). Sum of RGB (Red+Green+Blue) = 85+126+229=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 229 (89.84% from 255 or 52.05% from 440); Max value from RGB is 229 - color contains mainly: blue. Hex color #557EE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557EE5 is #AA811A. Grayscale: #7D7D7D. Windows color (decimal): -11174171 or 15040085. OLE color: 15040085.
HSL color Cylindrical-coordinate representation of color #557EE5: hue angle of 222.92º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #557EE5 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 85 | 126 | 229 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.10 |
| HSL | 222.92º | 0.73% | 0.62% | - |
| HSV(B) | 222.92º | 0.63% | 0.9% | - |
| XYZ | 25.35 | 22.51 | 77.14 | - |
| YUV | 125.48 | 186.42 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 229 | 0.63 | 0.45 | 0 | 0.10 | 222.92 | 0.73 | 0.62 |
| Hex | 55 | 7E | E5 | 3F | 2D | 0 | A | DF | 49 | 3E |
| Octal | 125 | 176 | 345 | 77 | 55 | 0 | 12 | 337 | 111 | 76 |
| Binary | 1010101 | 1111110 | 11100101 | 111111 | 101101 | 0 | 1010 | 11011111 | 1001001 | 111110 |
Color Harmonies of #557EE5
Complementary color
Monochromatic Colors of #557EE5
Black with #557EE5
Text Example
Text Example
White with #557EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557EE5; }
p { color: rgb(85,126,229); }
H1.HeaderClassName
{
color: #557EE5;
}
.AnyTagClassName
{
color: #557EE5;
}
</style>
background-color css
<style>
a { background-color: #557EE5; }
a { background-color: rgb(85,126,229); }
div.DivClassName
{
background-color: #557EE5;
}
.BgClassName
{
background-color: #557EE5;
}
</style>
border-color css
<style>
span { border-color: #557EE5; }
span { border-color: rgb(85,126,229); }
td.TdClassName
{
border-color: #557EE5;
}
.TagClassName
{
border-color: #557EE5;
}
</style>