Shades of Cornflower Blue #5580F7
Tints of Cornflower Blue #5580F7
RGB
CMYK
RGB Variations
Color information
#5580F7 (or 0x5580F7) is known color: Cornflower Blue. HEX triplet: 55, 80 and F7. RGB value is (85,128,247). Sum of RGB (Red+Green+Blue) = 85+128+247=460 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.48% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 247 (96.88% from 255 or 53.70% from 460); Max value from RGB is 247 - color contains mainly: blue. Hex color #5580F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5580F7 is #AA7F08. Grayscale: #808080. Windows color (decimal): -11173641 or 16220245. OLE color: 16220245.
HSL color Cylindrical-coordinate representation of color #5580F7: hue angle of 224.07º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5580F7 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 128 | 247 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.03 |
| HSL | 224.07º | 0.91% | 0.65% | - |
| HSV(B) | 224.07º | 0.66% | 0.97% | - |
| XYZ | 28.25 | 24.09 | 91.16 | - |
| YUV | 128.71 | 194.75 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 128 | 247 | 0.66 | 0.48 | 0 | 0.03 | 224.07 | 0.91 | 0.65 |
| Hex | 55 | 80 | F7 | 42 | 30 | 0 | 3 | E0 | 5B | 41 |
| Octal | 125 | 200 | 367 | 102 | 60 | 0 | 3 | 340 | 133 | 101 |
| Binary | 1010101 | 10000000 | 11110111 | 1000010 | 110000 | 0 | 11 | 11100000 | 1011011 | 1000001 |
Color Harmonies of #5580F7
Complementary color
Monochromatic Colors of #5580F7
Black with #5580F7
Text Example
Text Example
White with #5580F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5580F7; }
p { color: rgb(85,128,247); }
H1.HeaderClassName
{
color: #5580F7;
}
.AnyTagClassName
{
color: #5580F7;
}
</style>
background-color css
<style>
a { background-color: #5580F7; }
a { background-color: rgb(85,128,247); }
div.DivClassName
{
background-color: #5580F7;
}
.BgClassName
{
background-color: #5580F7;
}
</style>
border-color css
<style>
span { border-color: #5580F7; }
span { border-color: rgb(85,128,247); }
td.TdClassName
{
border-color: #5580F7;
}
.TagClassName
{
border-color: #5580F7;
}
</style>