Shades of Cornflower Blue #557FE5
Tints of Cornflower Blue #557FE5
RGB
CMYK
RGB Variations
Color information
#557FE5 (or 0x557FE5) is known color: Cornflower Blue. HEX triplet: 55, 7F and E5. RGB value is (85,127,229). Sum of RGB (Red+Green+Blue) = 85+127+229=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 229 (89.84% from 255 or 51.93% from 441); Max value from RGB is 229 - color contains mainly: blue. Hex color #557FE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557FE5 is #AA801A. Grayscale: #7D7D7D. Windows color (decimal): -11173915 or 15040341. OLE color: 15040341.
HSL color Cylindrical-coordinate representation of color #557FE5: hue angle of 222.5º 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 #557FE5 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 85 | 127 | 229 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.10 |
| HSL | 222.5º | 0.73% | 0.62% | - |
| HSV(B) | 222.5º | 0.63% | 0.9% | - |
| XYZ | 25.48 | 22.77 | 77.18 | - |
| YUV | 126.07 | 186.09 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 229 | 0.63 | 0.45 | 0 | 0.10 | 222.5 | 0.73 | 0.62 |
| Hex | 55 | 7F | E5 | 3F | 2D | 0 | A | DE | 49 | 3E |
| Octal | 125 | 177 | 345 | 77 | 55 | 0 | 12 | 336 | 111 | 76 |
| Binary | 1010101 | 1111111 | 11100101 | 111111 | 101101 | 0 | 1010 | 11011110 | 1001001 | 111110 |
Color Harmonies of #557FE5
Complementary color
Monochromatic Colors of #557FE5
Black with #557FE5
Text Example
Text Example
White with #557FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557FE5; }
p { color: rgb(85,127,229); }
H1.HeaderClassName
{
color: #557FE5;
}
.AnyTagClassName
{
color: #557FE5;
}
</style>
background-color css
<style>
a { background-color: #557FE5; }
a { background-color: rgb(85,127,229); }
div.DivClassName
{
background-color: #557FE5;
}
.BgClassName
{
background-color: #557FE5;
}
</style>
border-color css
<style>
span { border-color: #557FE5; }
span { border-color: rgb(85,127,229); }
td.TdClassName
{
border-color: #557FE5;
}
.TagClassName
{
border-color: #557FE5;
}
</style>