Shades of Cornflower Blue #557EFC
Tints of Cornflower Blue #557EFC
RGB
CMYK
RGB Variations
Color information
#557EFC (or 0x557EFC) is known color: Cornflower Blue. HEX triplet: 55, 7E and FC. RGB value is (85,126,252). Sum of RGB (Red+Green+Blue) = 85+126+252=463 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.36% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #557EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557EFC is #AA8103. Grayscale: #7F7F7F. Windows color (decimal): -11174148 or 16547413. OLE color: 16547413.
HSL color Cylindrical-coordinate representation of color #557EFC: hue angle of 225.27º 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 #557EFC is Cyan = 0.66, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 126 | 252 | - |
| CMYK | 0.66 | 0.5 | 0 | 0.01 |
| HSL | 225.27º | 0.97% | 0.66% | - |
| HSV(B) | 225.27º | 0.66% | 0.99% | - |
| XYZ | 28.78 | 23.88 | 95.19 | - |
| YUV | 128.11 | 197.92 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 252 | 0.66 | 0.5 | 0 | 0.01 | 225.27 | 0.97 | 0.66 |
| Hex | 55 | 7E | FC | 42 | 32 | 0 | 1 | E1 | 61 | 42 |
| Octal | 125 | 176 | 374 | 102 | 62 | 0 | 1 | 341 | 141 | 102 |
| Binary | 1010101 | 1111110 | 11111100 | 1000010 | 110010 | 0 | 1 | 11100001 | 1100001 | 1000010 |
Color Harmonies of #557EFC
Complementary color
Monochromatic Colors of #557EFC
Black with #557EFC
Text Example
Text Example
White with #557EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557EFC; }
p { color: rgb(85,126,252); }
H1.HeaderClassName
{
color: #557EFC;
}
.AnyTagClassName
{
color: #557EFC;
}
</style>
background-color css
<style>
a { background-color: #557EFC; }
a { background-color: rgb(85,126,252); }
div.DivClassName
{
background-color: #557EFC;
}
.BgClassName
{
background-color: #557EFC;
}
</style>
border-color css
<style>
span { border-color: #557EFC; }
span { border-color: rgb(85,126,252); }
td.TdClassName
{
border-color: #557EFC;
}
.TagClassName
{
border-color: #557EFC;
}
</style>