Shades of Cornflower Blue #5580FC
Tints of Cornflower Blue #5580FC
RGB
CMYK
RGB Variations
Color information
#5580FC (or 0x5580FC) is known color: Cornflower Blue. HEX triplet: 55, 80 and FC. RGB value is (85,128,252). Sum of RGB (Red+Green+Blue) = 85+128+252=465 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.28% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #5580FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5580FC is #AA7F03. Grayscale: #808080. Windows color (decimal): -11173636 or 16547925. OLE color: 16547925.
HSL color Cylindrical-coordinate representation of color #5580FC: hue angle of 224.55º 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 #5580FC is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 128 | 252 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.01 |
| HSL | 224.55º | 0.97% | 0.66% | - |
| HSV(B) | 224.55º | 0.66% | 0.99% | - |
| XYZ | 29.04 | 24.4 | 95.27 | - |
| YUV | 129.28 | 197.25 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 128 | 252 | 0.66 | 0.49 | 0 | 0.01 | 224.55 | 0.97 | 0.66 |
| Hex | 55 | 80 | FC | 42 | 31 | 0 | 1 | E1 | 61 | 42 |
| Octal | 125 | 200 | 374 | 102 | 61 | 0 | 1 | 341 | 141 | 102 |
| Binary | 1010101 | 10000000 | 11111100 | 1000010 | 110001 | 0 | 1 | 11100001 | 1100001 | 1000010 |
Color Harmonies of #5580FC
Complementary color
Monochromatic Colors of #5580FC
Black with #5580FC
Text Example
Text Example
White with #5580FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5580FC; }
p { color: rgb(85,128,252); }
H1.HeaderClassName
{
color: #5580FC;
}
.AnyTagClassName
{
color: #5580FC;
}
</style>
background-color css
<style>
a { background-color: #5580FC; }
a { background-color: rgb(85,128,252); }
div.DivClassName
{
background-color: #5580FC;
}
.BgClassName
{
background-color: #5580FC;
}
</style>
border-color css
<style>
span { border-color: #5580FC; }
span { border-color: rgb(85,128,252); }
td.TdClassName
{
border-color: #5580FC;
}
.TagClassName
{
border-color: #5580FC;
}
</style>