Shades of Cornflower Blue #557CFA
Tints of Cornflower Blue #557CFA
RGB
CMYK
RGB Variations
Color information
#557CFA (or 0x557CFA) is known color: Cornflower Blue. HEX triplet: 55, 7C and FA. RGB value is (85,124,250). Sum of RGB (Red+Green+Blue) = 85+124+250=459 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.52% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #557CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557CFA is #AA8305. Grayscale: #7E7E7E. Windows color (decimal): -11174662 or 16415829. OLE color: 16415829.
HSL color Cylindrical-coordinate representation of color #557CFA: hue angle of 225.82º 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 #557CFA is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 124 | 250 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.02 |
| HSL | 225.82º | 0.94% | 0.66% | - |
| HSV(B) | 225.82º | 0.66% | 0.98% | - |
| XYZ | 28.21 | 23.25 | 93.44 | - |
| YUV | 126.7 | 197.58 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 250 | 0.66 | 0.50 | 0 | 0.02 | 225.82 | 0.94 | 0.66 |
| Hex | 55 | 7C | FA | 42 | 32 | 0 | 2 | E2 | 5E | 42 |
| Octal | 125 | 174 | 372 | 102 | 62 | 0 | 2 | 342 | 136 | 102 |
| Binary | 1010101 | 1111100 | 11111010 | 1000010 | 110010 | 0 | 10 | 11100010 | 1011110 | 1000010 |
Color Harmonies of #557CFA
Complementary color
Monochromatic Colors of #557CFA
Black with #557CFA
Text Example
Text Example
White with #557CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557CFA; }
p { color: rgb(85,124,250); }
H1.HeaderClassName
{
color: #557CFA;
}
.AnyTagClassName
{
color: #557CFA;
}
</style>
background-color css
<style>
a { background-color: #557CFA; }
a { background-color: rgb(85,124,250); }
div.DivClassName
{
background-color: #557CFA;
}
.BgClassName
{
background-color: #557CFA;
}
</style>
border-color css
<style>
span { border-color: #557CFA; }
span { border-color: rgb(85,124,250); }
td.TdClassName
{
border-color: #557CFA;
}
.TagClassName
{
border-color: #557CFA;
}
</style>