Shades of Cornflower Blue #5080F7
Tints of Cornflower Blue #5080F7
RGB
CMYK
RGB Variations
Color information
#5080F7 (or 0x5080F7) is known color: Cornflower Blue. HEX triplet: 50, 80 and F7. RGB value is (80,128,247). Sum of RGB (Red+Green+Blue) = 80+128+247=455 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.58% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 247 (96.88% from 255 or 54.29% from 455); Max value from RGB is 247 - color contains mainly: blue. Hex color #5080F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5080F7 is #AF7F08. Grayscale: #7E7E7E. Windows color (decimal): -11501321 or 16220240. OLE color: 16220240.
HSL color Cylindrical-coordinate representation of color #5080F7: hue angle of 222.75º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5080F7 is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 128 | 247 | - |
| CMYK | 0.68 | 0.48 | 0 | 0.03 |
| HSL | 222.75º | 0.91% | 0.64% | - |
| HSV(B) | 222.75º | 0.68% | 0.97% | - |
| XYZ | 27.82 | 23.86 | 91.13 | - |
| YUV | 127.21 | 195.6 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 128 | 247 | 0.68 | 0.48 | 0 | 0.03 | 222.75 | 0.91 | 0.64 |
| Hex | 50 | 80 | F7 | 44 | 30 | 0 | 3 | DF | 5B | 40 |
| Octal | 120 | 200 | 367 | 104 | 60 | 0 | 3 | 337 | 133 | 100 |
| Binary | 1010000 | 10000000 | 11110111 | 1000100 | 110000 | 0 | 11 | 11011111 | 1011011 | 1000000 |
Color Harmonies of #5080F7
Complementary color
Monochromatic Colors of #5080F7
Black with #5080F7
Text Example
Text Example
White with #5080F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5080F7; }
p { color: rgb(80,128,247); }
H1.HeaderClassName
{
color: #5080F7;
}
.AnyTagClassName
{
color: #5080F7;
}
</style>
background-color css
<style>
a { background-color: #5080F7; }
a { background-color: rgb(80,128,247); }
div.DivClassName
{
background-color: #5080F7;
}
.BgClassName
{
background-color: #5080F7;
}
</style>
border-color css
<style>
span { border-color: #5080F7; }
span { border-color: rgb(80,128,247); }
td.TdClassName
{
border-color: #5080F7;
}
.TagClassName
{
border-color: #5080F7;
}
</style>