Shades of Cornflower Blue #557EE6
Tints of Cornflower Blue #557EE6
RGB
CMYK
RGB Variations
Color information
#557EE6 (or 0x557EE6) is known color: Cornflower Blue. HEX triplet: 55, 7E and E6. RGB value is (85,126,230). Sum of RGB (Red+Green+Blue) = 85+126+230=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 230 (90.23% from 255 or 52.15% from 441); Max value from RGB is 230 - color contains mainly: blue. Hex color #557EE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557EE6 is #AA8119. Grayscale: #7D7D7D. Windows color (decimal): -11174170 or 15105621. OLE color: 15105621.
HSL color Cylindrical-coordinate representation of color #557EE6: hue angle of 223.03º degrees, saturation: 0.74, 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 #557EE6 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 85 | 126 | 230 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.10 |
| HSL | 223.03º | 0.74% | 0.62% | - |
| HSV(B) | 223.03º | 0.63% | 0.9% | - |
| XYZ | 25.49 | 22.57 | 77.88 | - |
| YUV | 125.6 | 186.92 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 230 | 0.63 | 0.45 | 0 | 0.10 | 223.03 | 0.74 | 0.62 |
| Hex | 55 | 7E | E6 | 3F | 2D | 0 | A | DF | 4A | 3E |
| Octal | 125 | 176 | 346 | 77 | 55 | 0 | 12 | 337 | 112 | 76 |
| Binary | 1010101 | 1111110 | 11100110 | 111111 | 101101 | 0 | 1010 | 11011111 | 1001010 | 111110 |
Color Harmonies of #557EE6
Complementary color
Monochromatic Colors of #557EE6
Black with #557EE6
Text Example
Text Example
White with #557EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557EE6; }
p { color: rgb(85,126,230); }
H1.HeaderClassName
{
color: #557EE6;
}
.AnyTagClassName
{
color: #557EE6;
}
</style>
background-color css
<style>
a { background-color: #557EE6; }
a { background-color: rgb(85,126,230); }
div.DivClassName
{
background-color: #557EE6;
}
.BgClassName
{
background-color: #557EE6;
}
</style>
border-color css
<style>
span { border-color: #557EE6; }
span { border-color: rgb(85,126,230); }
td.TdClassName
{
border-color: #557EE6;
}
.TagClassName
{
border-color: #557EE6;
}
</style>