Shades of Cornflower Blue #5084F7
Tints of Cornflower Blue #5084F7
RGB
CMYK
RGB Variations
Color information
#5084F7 (or 0x5084F7) is known color: Cornflower Blue. HEX triplet: 50, 84 and F7. RGB value is (80,132,247). Sum of RGB (Red+Green+Blue) = 80+132+247=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 247 (96.88% from 255 or 53.81% from 459); Max value from RGB is 247 - color contains mainly: blue. Hex color #5084F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5084F7 is #AF7B08. Grayscale: #818181. Windows color (decimal): -11500297 or 16221264. OLE color: 16221264.
HSL color Cylindrical-coordinate representation of color #5084F7: hue angle of 221.32º 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 #5084F7 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 132 | 247 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.03 |
| HSL | 221.32º | 0.91% | 0.64% | - |
| HSV(B) | 221.32º | 0.68% | 0.97% | - |
| XYZ | 28.35 | 24.92 | 91.31 | - |
| YUV | 129.56 | 194.27 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 132 | 247 | 0.68 | 0.47 | 0 | 0.03 | 221.32 | 0.91 | 0.64 |
| Hex | 50 | 84 | F7 | 44 | 2F | 0 | 3 | DD | 5B | 40 |
| Octal | 120 | 204 | 367 | 104 | 57 | 0 | 3 | 335 | 133 | 100 |
| Binary | 1010000 | 10000100 | 11110111 | 1000100 | 101111 | 0 | 11 | 11011101 | 1011011 | 1000000 |
Color Harmonies of #5084F7
Complementary color
Monochromatic Colors of #5084F7
Black with #5084F7
Text Example
Text Example
White with #5084F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5084F7; }
p { color: rgb(80,132,247); }
H1.HeaderClassName
{
color: #5084F7;
}
.AnyTagClassName
{
color: #5084F7;
}
</style>
background-color css
<style>
a { background-color: #5084F7; }
a { background-color: rgb(80,132,247); }
div.DivClassName
{
background-color: #5084F7;
}
.BgClassName
{
background-color: #5084F7;
}
</style>
border-color css
<style>
span { border-color: #5084F7; }
span { border-color: rgb(80,132,247); }
td.TdClassName
{
border-color: #5084F7;
}
.TagClassName
{
border-color: #5084F7;
}
</style>