Shades of Cornflower Blue #5579FC
Tints of Cornflower Blue #5579FC
RGB
CMYK
RGB Variations
Color information
#5579FC (or 0x5579FC) is known color: Cornflower Blue. HEX triplet: 55, 79 and FC. RGB value is (85,121,252). Sum of RGB (Red+Green+Blue) = 85+121+252=458 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.56% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #5579FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5579FC is #AA8603. Grayscale: #7C7C7C. Windows color (decimal): -11175428 or 16546133. OLE color: 16546133.
HSL color Cylindrical-coordinate representation of color #5579FC: hue angle of 227.07º 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 #5579FC is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 121 | 252 | - |
| CMYK | 0.66 | 0.52 | 0 | 0.01 |
| HSL | 227.07º | 0.97% | 0.66% | - |
| HSV(B) | 227.07º | 0.66% | 0.99% | - |
| XYZ | 28.15 | 22.63 | 94.98 | - |
| YUV | 125.17 | 199.57 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 121 | 252 | 0.66 | 0.52 | 0 | 0.01 | 227.07 | 0.97 | 0.66 |
| Hex | 55 | 79 | FC | 42 | 34 | 0 | 1 | E3 | 61 | 42 |
| Octal | 125 | 171 | 374 | 102 | 64 | 0 | 1 | 343 | 141 | 102 |
| Binary | 1010101 | 1111001 | 11111100 | 1000010 | 110100 | 0 | 1 | 11100011 | 1100001 | 1000010 |
Color Harmonies of #5579FC
Complementary color
Monochromatic Colors of #5579FC
Black with #5579FC
Text Example
Text Example
White with #5579FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5579FC; }
p { color: rgb(85,121,252); }
H1.HeaderClassName
{
color: #5579FC;
}
.AnyTagClassName
{
color: #5579FC;
}
</style>
background-color css
<style>
a { background-color: #5579FC; }
a { background-color: rgb(85,121,252); }
div.DivClassName
{
background-color: #5579FC;
}
.BgClassName
{
background-color: #5579FC;
}
</style>
border-color css
<style>
span { border-color: #5579FC; }
span { border-color: rgb(85,121,252); }
td.TdClassName
{
border-color: #5579FC;
}
.TagClassName
{
border-color: #5579FC;
}
</style>