Shades of Cornflower Blue #557AFC
Tints of Cornflower Blue #557AFC
RGB
CMYK
RGB Variations
Color information
#557AFC (or 0x557AFC) is known color: Cornflower Blue. HEX triplet: 55, 7A and FC. RGB value is (85,122,252). Sum of RGB (Red+Green+Blue) = 85+122+252=459 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.52% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #557AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557AFC is #AA8503. Grayscale: #7D7D7D. Windows color (decimal): -11175172 or 16546389. OLE color: 16546389.
HSL color Cylindrical-coordinate representation of color #557AFC: hue angle of 226.71º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #557AFC is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 122 | 252 | - |
| CMYK | 0.66 | 0.52 | 0 | 0.01 |
| HSL | 226.71º | 0.97% | 0.66% | - |
| HSV(B) | 226.71º | 0.66% | 0.99% | - |
| XYZ | 28.28 | 22.88 | 95.02 | - |
| YUV | 125.76 | 199.24 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 252 | 0.66 | 0.52 | 0 | 0.01 | 226.71 | 0.97 | 0.66 |
| Hex | 55 | 7A | FC | 42 | 34 | 0 | 1 | E3 | 61 | 42 |
| Octal | 125 | 172 | 374 | 102 | 64 | 0 | 1 | 343 | 141 | 102 |
| Binary | 1010101 | 1111010 | 11111100 | 1000010 | 110100 | 0 | 1 | 11100011 | 1100001 | 1000010 |
Color Harmonies of #557AFC
Complementary color
Monochromatic Colors of #557AFC
Black with #557AFC
Text Example
Text Example
White with #557AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557AFC; }
p { color: rgb(85,122,252); }
H1.HeaderClassName
{
color: #557AFC;
}
.AnyTagClassName
{
color: #557AFC;
}
</style>
background-color css
<style>
a { background-color: #557AFC; }
a { background-color: rgb(85,122,252); }
div.DivClassName
{
background-color: #557AFC;
}
.BgClassName
{
background-color: #557AFC;
}
</style>
border-color css
<style>
span { border-color: #557AFC; }
span { border-color: rgb(85,122,252); }
td.TdClassName
{
border-color: #557AFC;
}
.TagClassName
{
border-color: #557AFC;
}
</style>