Shades of Cornflower Blue #5580FE
Tints of Cornflower Blue #5580FE
RGB
CMYK
RGB Variations
Color information
#5580FE (or 0x5580FE) is known color: Cornflower Blue. HEX triplet: 55, 80 and FE. RGB value is (85,128,254). Sum of RGB (Red+Green+Blue) = 85+128+254=467 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.20% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #5580FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5580FE is #AA7F01. Grayscale: #808080. Windows color (decimal): -11173634 or 16678997. OLE color: 16678997.
HSL color Cylindrical-coordinate representation of color #5580FE: hue angle of 224.73º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5580FE is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 128 | 254 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.00 |
| HSL | 224.73º | 0.99% | 0.66% | - |
| HSV(B) | 224.73º | 0.67% | 1% | - |
| XYZ | 29.35 | 24.53 | 96.95 | - |
| YUV | 129.51 | 198.25 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 128 | 254 | 0.67 | 0.50 | 0 | 0.00 | 224.73 | 0.99 | 0.66 |
| Hex | 55 | 80 | FE | 43 | 32 | 0 | 0 | E1 | 63 | 42 |
| Octal | 125 | 200 | 376 | 103 | 62 | 0 | 0 | 341 | 143 | 102 |
| Binary | 1010101 | 10000000 | 11111110 | 1000011 | 110010 | 0 | 0 | 11100001 | 1100011 | 1000010 |
Color Harmonies of #5580FE
Complementary color
Monochromatic Colors of #5580FE
Black with #5580FE
Text Example
Text Example
White with #5580FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5580FE; }
p { color: rgb(85,128,254); }
H1.HeaderClassName
{
color: #5580FE;
}
.AnyTagClassName
{
color: #5580FE;
}
</style>
background-color css
<style>
a { background-color: #5580FE; }
a { background-color: rgb(85,128,254); }
div.DivClassName
{
background-color: #5580FE;
}
.BgClassName
{
background-color: #5580FE;
}
</style>
border-color css
<style>
span { border-color: #5580FE; }
span { border-color: rgb(85,128,254); }
td.TdClassName
{
border-color: #5580FE;
}
.TagClassName
{
border-color: #5580FE;
}
</style>