Shades of Cornflower Blue #5580FD
Tints of Cornflower Blue #5580FD
RGB
CMYK
RGB Variations
Color information
#5580FD (or 0x5580FD) is known color: Cornflower Blue. HEX triplet: 55, 80 and FD. RGB value is (85,128,253). Sum of RGB (Red+Green+Blue) = 85+128+253=466 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.24% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #5580FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5580FD is #AA7F02. Grayscale: #808080. Windows color (decimal): -11173635 or 16613461. OLE color: 16613461.
HSL color Cylindrical-coordinate representation of color #5580FD: hue angle of 224.64º degrees, saturation: 0.98, 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 #5580FD is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 128 | 253 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.01 |
| HSL | 224.64º | 0.98% | 0.66% | - |
| HSV(B) | 224.64º | 0.66% | 0.99% | - |
| XYZ | 29.2 | 24.46 | 96.11 | - |
| YUV | 129.39 | 197.75 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 128 | 253 | 0.66 | 0.49 | 0 | 0.01 | 224.64 | 0.98 | 0.66 |
| Hex | 55 | 80 | FD | 42 | 31 | 0 | 1 | E1 | 62 | 42 |
| Octal | 125 | 200 | 375 | 102 | 61 | 0 | 1 | 341 | 142 | 102 |
| Binary | 1010101 | 10000000 | 11111101 | 1000010 | 110001 | 0 | 1 | 11100001 | 1100010 | 1000010 |
Color Harmonies of #5580FD
Complementary color
Monochromatic Colors of #5580FD
Black with #5580FD
Text Example
Text Example
White with #5580FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5580FD; }
p { color: rgb(85,128,253); }
H1.HeaderClassName
{
color: #5580FD;
}
.AnyTagClassName
{
color: #5580FD;
}
</style>
background-color css
<style>
a { background-color: #5580FD; }
a { background-color: rgb(85,128,253); }
div.DivClassName
{
background-color: #5580FD;
}
.BgClassName
{
background-color: #5580FD;
}
</style>
border-color css
<style>
span { border-color: #5580FD; }
span { border-color: rgb(85,128,253); }
td.TdClassName
{
border-color: #5580FD;
}
.TagClassName
{
border-color: #5580FD;
}
</style>