Shades of Cornflower Blue #5580FF
Tints of Cornflower Blue #5580FF
RGB
CMYK
RGB Variations
Color information
#5580FF (or 0x5580FF) is known color: Cornflower Blue. HEX triplet: 55, 80 and FF. RGB value is (85,128,255). Sum of RGB (Red+Green+Blue) = 85+128+255=468 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.16% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #5580FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5580FF is #AA7F00. Grayscale: #818181. Windows color (decimal): -11173633 or 16744533. OLE color: 16744533.
HSL color Cylindrical-coordinate representation of color #5580FF: hue angle of 224.82º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5580FF is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 128 | 255 | - |
| CMYK | 0.67 | 0.50 | 0 | 0 |
| HSL | 224.82º | 1% | 0.67% | - |
| HSV(B) | 224.82º | 0.67% | 1% | - |
| XYZ | 29.52 | 24.59 | 97.8 | - |
| YUV | 129.62 | 198.75 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 128 | 255 | 0.67 | 0.50 | 0 | 0 | 224.82 | 1 | 0.67 |
| Hex | 55 | 80 | FF | 43 | 32 | 0 | 0 | E1 | 64 | 43 |
| Octal | 125 | 200 | 377 | 103 | 62 | 0 | 0 | 341 | 144 | 103 |
| Binary | 1010101 | 10000000 | 11111111 | 1000011 | 110010 | 0 | 0 | 11100001 | 1100100 | 1000011 |
Color Harmonies of #5580FF
Complementary color
Monochromatic Colors of #5580FF
Black with #5580FF
Text Example
Text Example
White with #5580FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5580FF; }
p { color: rgb(85,128,255); }
H1.HeaderClassName
{
color: #5580FF;
}
.AnyTagClassName
{
color: #5580FF;
}
</style>
background-color css
<style>
a { background-color: #5580FF; }
a { background-color: rgb(85,128,255); }
div.DivClassName
{
background-color: #5580FF;
}
.BgClassName
{
background-color: #5580FF;
}
</style>
border-color css
<style>
span { border-color: #5580FF; }
span { border-color: rgb(85,128,255); }
td.TdClassName
{
border-color: #5580FF;
}
.TagClassName
{
border-color: #5580FF;
}
</style>