Shades of Cornflower Blue #5080FF
Tints of Cornflower Blue #5080FF
RGB
CMYK
RGB Variations
Color information
#5080FF (or 0x5080FF) is known color: Cornflower Blue. HEX triplet: 50, 80 and FF. RGB value is (80,128,255). Sum of RGB (Red+Green+Blue) = 80+128+255=463 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.28% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #5080FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5080FF is #AF7F00. Grayscale: #7F7F7F. Windows color (decimal): -11501313 or 16744528. OLE color: 16744528.
HSL color Cylindrical-coordinate representation of color #5080FF: hue angle of 223.54º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5080FF is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 128 | 255 | - |
| CMYK | 0.69 | 0.50 | 0 | 0 |
| HSL | 223.54º | 1% | 0.66% | - |
| HSV(B) | 223.54º | 0.69% | 1% | - |
| XYZ | 29.08 | 24.36 | 97.78 | - |
| YUV | 128.13 | 199.6 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 128 | 255 | 0.69 | 0.50 | 0 | 0 | 223.54 | 1 | 0.66 |
| Hex | 50 | 80 | FF | 45 | 32 | 0 | 0 | E0 | 64 | 42 |
| Octal | 120 | 200 | 377 | 105 | 62 | 0 | 0 | 340 | 144 | 102 |
| Binary | 1010000 | 10000000 | 11111111 | 1000101 | 110010 | 0 | 0 | 11100000 | 1100100 | 1000010 |
Color Harmonies of #5080FF
Complementary color
Monochromatic Colors of #5080FF
Black with #5080FF
Text Example
Text Example
White with #5080FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5080FF; }
p { color: rgb(80,128,255); }
H1.HeaderClassName
{
color: #5080FF;
}
.AnyTagClassName
{
color: #5080FF;
}
</style>
background-color css
<style>
a { background-color: #5080FF; }
a { background-color: rgb(80,128,255); }
div.DivClassName
{
background-color: #5080FF;
}
.BgClassName
{
background-color: #5080FF;
}
</style>
border-color css
<style>
span { border-color: #5080FF; }
span { border-color: rgb(80,128,255); }
td.TdClassName
{
border-color: #5080FF;
}
.TagClassName
{
border-color: #5080FF;
}
</style>