Shades of Cornflower Blue #557EEA
Tints of Cornflower Blue #557EEA
RGB
CMYK
RGB Variations
Color information
#557EEA (or 0x557EEA) is known color: Cornflower Blue. HEX triplet: 55, 7E and EA. RGB value is (85,126,234). Sum of RGB (Red+Green+Blue) = 85+126+234=445 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.10% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #557EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557EEA is #AA8115. Grayscale: #7D7D7D. Windows color (decimal): -11174166 or 15367765. OLE color: 15367765.
HSL color Cylindrical-coordinate representation of color #557EEA: hue angle of 223.49º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #557EEA is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 126 | 234 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.08 |
| HSL | 223.49º | 0.78% | 0.63% | - |
| HSV(B) | 223.49º | 0.64% | 0.92% | - |
| XYZ | 26.06 | 22.79 | 80.87 | - |
| YUV | 126.05 | 188.92 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 234 | 0.64 | 0.46 | 0 | 0.08 | 223.49 | 0.78 | 0.63 |
| Hex | 55 | 7E | EA | 40 | 2E | 0 | 8 | DF | 4E | 3F |
| Octal | 125 | 176 | 352 | 100 | 56 | 0 | 10 | 337 | 116 | 77 |
| Binary | 1010101 | 1111110 | 11101010 | 1000000 | 101110 | 0 | 1000 | 11011111 | 1001110 | 111111 |
Color Harmonies of #557EEA
Complementary color
Monochromatic Colors of #557EEA
Black with #557EEA
Text Example
Text Example
White with #557EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557EEA; }
p { color: rgb(85,126,234); }
H1.HeaderClassName
{
color: #557EEA;
}
.AnyTagClassName
{
color: #557EEA;
}
</style>
background-color css
<style>
a { background-color: #557EEA; }
a { background-color: rgb(85,126,234); }
div.DivClassName
{
background-color: #557EEA;
}
.BgClassName
{
background-color: #557EEA;
}
</style>
border-color css
<style>
span { border-color: #557EEA; }
span { border-color: rgb(85,126,234); }
td.TdClassName
{
border-color: #557EEA;
}
.TagClassName
{
border-color: #557EEA;
}
</style>