Shades of Cornflower Blue #557FFC
Tints of Cornflower Blue #557FFC
RGB
CMYK
RGB Variations
Color information
#557FFC (or 0x557FFC) is known color: Cornflower Blue. HEX triplet: 55, 7F and FC. RGB value is (85,127,252). Sum of RGB (Red+Green+Blue) = 85+127+252=464 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.32% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #557FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557FFC is #AA8003. Grayscale: #808080. Windows color (decimal): -11173892 or 16547669. OLE color: 16547669.
HSL color Cylindrical-coordinate representation of color #557FFC: hue angle of 224.91º 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 #557FFC is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 127 | 252 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.01 |
| HSL | 224.91º | 0.97% | 0.66% | - |
| HSV(B) | 224.91º | 0.66% | 0.99% | - |
| XYZ | 28.91 | 24.14 | 95.23 | - |
| YUV | 128.69 | 197.59 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 252 | 0.66 | 0.50 | 0 | 0.01 | 224.91 | 0.97 | 0.66 |
| Hex | 55 | 7F | FC | 42 | 32 | 0 | 1 | E1 | 61 | 42 |
| Octal | 125 | 177 | 374 | 102 | 62 | 0 | 1 | 341 | 141 | 102 |
| Binary | 1010101 | 1111111 | 11111100 | 1000010 | 110010 | 0 | 1 | 11100001 | 1100001 | 1000010 |
Color Harmonies of #557FFC
Complementary color
Monochromatic Colors of #557FFC
Black with #557FFC
Text Example
Text Example
White with #557FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557FFC; }
p { color: rgb(85,127,252); }
H1.HeaderClassName
{
color: #557FFC;
}
.AnyTagClassName
{
color: #557FFC;
}
</style>
background-color css
<style>
a { background-color: #557FFC; }
a { background-color: rgb(85,127,252); }
div.DivClassName
{
background-color: #557FFC;
}
.BgClassName
{
background-color: #557FFC;
}
</style>
border-color css
<style>
span { border-color: #557FFC; }
span { border-color: rgb(85,127,252); }
td.TdClassName
{
border-color: #557FFC;
}
.TagClassName
{
border-color: #557FFC;
}
</style>