Shades of Cornflower Blue #557FEA
Tints of Cornflower Blue #557FEA
RGB
CMYK
RGB Variations
Color information
#557FEA (or 0x557FEA) is known color: Cornflower Blue. HEX triplet: 55, 7F and EA. RGB value is (85,127,234). Sum of RGB (Red+Green+Blue) = 85+127+234=446 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.06% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #557FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557FEA is #AA8015. Grayscale: #7E7E7E. Windows color (decimal): -11173910 or 15368021. OLE color: 15368021.
HSL color Cylindrical-coordinate representation of color #557FEA: hue angle of 223.09º 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 #557FEA is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 127 | 234 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.08 |
| HSL | 223.09º | 0.78% | 0.63% | - |
| HSV(B) | 223.09º | 0.64% | 0.92% | - |
| XYZ | 26.19 | 23.05 | 80.91 | - |
| YUV | 126.64 | 188.59 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 234 | 0.64 | 0.46 | 0 | 0.08 | 223.09 | 0.78 | 0.63 |
| Hex | 55 | 7F | EA | 40 | 2E | 0 | 8 | DF | 4E | 3F |
| Octal | 125 | 177 | 352 | 100 | 56 | 0 | 10 | 337 | 116 | 77 |
| Binary | 1010101 | 1111111 | 11101010 | 1000000 | 101110 | 0 | 1000 | 11011111 | 1001110 | 111111 |
Color Harmonies of #557FEA
Complementary color
Monochromatic Colors of #557FEA
Black with #557FEA
Text Example
Text Example
White with #557FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557FEA; }
p { color: rgb(85,127,234); }
H1.HeaderClassName
{
color: #557FEA;
}
.AnyTagClassName
{
color: #557FEA;
}
</style>
background-color css
<style>
a { background-color: #557FEA; }
a { background-color: rgb(85,127,234); }
div.DivClassName
{
background-color: #557FEA;
}
.BgClassName
{
background-color: #557FEA;
}
</style>
border-color css
<style>
span { border-color: #557FEA; }
span { border-color: rgb(85,127,234); }
td.TdClassName
{
border-color: #557FEA;
}
.TagClassName
{
border-color: #557FEA;
}
</style>