Shades of Cornflower Blue #557AFF
Tints of Cornflower Blue #557AFF
RGB
CMYK
RGB Variations
Color information
#557AFF (or 0x557AFF) is known color: Cornflower Blue. HEX triplet: 55, 7A and FF. RGB value is (85,122,255). Sum of RGB (Red+Green+Blue) = 85+122+255=462 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.40% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #557AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557AFF is #AA8500. Grayscale: #7D7D7D. Windows color (decimal): -11175169 or 16742997. OLE color: 16742997.
HSL color Cylindrical-coordinate representation of color #557AFF: hue angle of 226.94º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #557AFF is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 122 | 255 | - |
| CMYK | 0.67 | 0.52 | 0 | 0 |
| HSL | 226.94º | 1% | 0.67% | - |
| HSV(B) | 226.94º | 0.67% | 1% | - |
| XYZ | 28.76 | 23.07 | 97.55 | - |
| YUV | 126.1 | 200.74 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 255 | 0.67 | 0.52 | 0 | 0 | 226.94 | 1 | 0.67 |
| Hex | 55 | 7A | FF | 43 | 34 | 0 | 0 | E3 | 64 | 43 |
| Octal | 125 | 172 | 377 | 103 | 64 | 0 | 0 | 343 | 144 | 103 |
| Binary | 1010101 | 1111010 | 11111111 | 1000011 | 110100 | 0 | 0 | 11100011 | 1100100 | 1000011 |
Color Harmonies of #557AFF
Complementary color
Monochromatic Colors of #557AFF
Black with #557AFF
Text Example
Text Example
White with #557AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557AFF; }
p { color: rgb(85,122,255); }
H1.HeaderClassName
{
color: #557AFF;
}
.AnyTagClassName
{
color: #557AFF;
}
</style>
background-color css
<style>
a { background-color: #557AFF; }
a { background-color: rgb(85,122,255); }
div.DivClassName
{
background-color: #557AFF;
}
.BgClassName
{
background-color: #557AFF;
}
</style>
border-color css
<style>
span { border-color: #557AFF; }
span { border-color: rgb(85,122,255); }
td.TdClassName
{
border-color: #557AFF;
}
.TagClassName
{
border-color: #557AFF;
}
</style>