Shades of Cornflower Blue #557AF7
Tints of Cornflower Blue #557AF7
RGB
CMYK
RGB Variations
Color information
#557AF7 (or 0x557AF7) is known color: Cornflower Blue. HEX triplet: 55, 7A and F7. RGB value is (85,122,247). Sum of RGB (Red+Green+Blue) = 85+122+247=454 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.72% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 247 (96.88% from 255 or 54.41% from 454); Max value from RGB is 247 - color contains mainly: blue. Hex color #557AF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557AF7 is #AA8508. Grayscale: #7C7C7C. Windows color (decimal): -11175177 or 16218709. OLE color: 16218709.
HSL color Cylindrical-coordinate representation of color #557AF7: hue angle of 226.3º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #557AF7 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 122 | 247 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.03 |
| HSL | 226.3º | 0.91% | 0.65% | - |
| HSV(B) | 226.3º | 0.66% | 0.97% | - |
| XYZ | 27.49 | 22.57 | 90.9 | - |
| YUV | 125.19 | 196.74 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 247 | 0.66 | 0.51 | 0 | 0.03 | 226.3 | 0.91 | 0.65 |
| Hex | 55 | 7A | F7 | 42 | 33 | 0 | 3 | E2 | 5B | 41 |
| Octal | 125 | 172 | 367 | 102 | 63 | 0 | 3 | 342 | 133 | 101 |
| Binary | 1010101 | 1111010 | 11110111 | 1000010 | 110011 | 0 | 11 | 11100010 | 1011011 | 1000001 |
Color Harmonies of #557AF7
Complementary color
Monochromatic Colors of #557AF7
Black with #557AF7
Text Example
Text Example
White with #557AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557AF7; }
p { color: rgb(85,122,247); }
H1.HeaderClassName
{
color: #557AF7;
}
.AnyTagClassName
{
color: #557AF7;
}
</style>
background-color css
<style>
a { background-color: #557AF7; }
a { background-color: rgb(85,122,247); }
div.DivClassName
{
background-color: #557AF7;
}
.BgClassName
{
background-color: #557AF7;
}
</style>
border-color css
<style>
span { border-color: #557AF7; }
span { border-color: rgb(85,122,247); }
td.TdClassName
{
border-color: #557AF7;
}
.TagClassName
{
border-color: #557AF7;
}
</style>