Shades of Cornflower Blue #557FFA
Tints of Cornflower Blue #557FFA
RGB
CMYK
RGB Variations
Color information
#557FFA (or 0x557FFA) is known color: Cornflower Blue. HEX triplet: 55, 7F and FA. RGB value is (85,127,250). Sum of RGB (Red+Green+Blue) = 85+127+250=462 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.40% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #557FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557FFA is #AA8005. Grayscale: #7F7F7F. Windows color (decimal): -11173894 or 16416597. OLE color: 16416597.
HSL color Cylindrical-coordinate representation of color #557FFA: hue angle of 224.73º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #557FFA is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 127 | 250 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.02 |
| HSL | 224.73º | 0.94% | 0.66% | - |
| HSV(B) | 224.73º | 0.66% | 0.98% | - |
| XYZ | 28.59 | 24.01 | 93.57 | - |
| YUV | 128.46 | 196.59 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 250 | 0.66 | 0.49 | 0 | 0.02 | 224.73 | 0.94 | 0.66 |
| Hex | 55 | 7F | FA | 42 | 31 | 0 | 2 | E1 | 5E | 42 |
| Octal | 125 | 177 | 372 | 102 | 61 | 0 | 2 | 341 | 136 | 102 |
| Binary | 1010101 | 1111111 | 11111010 | 1000010 | 110001 | 0 | 10 | 11100001 | 1011110 | 1000010 |
Color Harmonies of #557FFA
Complementary color
Monochromatic Colors of #557FFA
Black with #557FFA
Text Example
Text Example
White with #557FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557FFA; }
p { color: rgb(85,127,250); }
H1.HeaderClassName
{
color: #557FFA;
}
.AnyTagClassName
{
color: #557FFA;
}
</style>
background-color css
<style>
a { background-color: #557FFA; }
a { background-color: rgb(85,127,250); }
div.DivClassName
{
background-color: #557FFA;
}
.BgClassName
{
background-color: #557FFA;
}
</style>
border-color css
<style>
span { border-color: #557FFA; }
span { border-color: rgb(85,127,250); }
td.TdClassName
{
border-color: #557FFA;
}
.TagClassName
{
border-color: #557FFA;
}
</style>