Shades of Cornflower Blue #5099F7
Tints of Cornflower Blue #5099F7
RGB
CMYK
RGB Variations
Color information
#5099F7 (or 0x5099F7) is known color: Cornflower Blue. HEX triplet: 50, 99 and F7. RGB value is (80,153,247). Sum of RGB (Red+Green+Blue) = 80+153+247=480 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.67% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 247 (96.88% from 255 or 51.46% from 480); Max value from RGB is 247 - color contains mainly: blue. Hex color #5099F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5099F7 is #AF6608. Grayscale: #8D8D8D. Windows color (decimal): -11494921 or 16226640. OLE color: 16226640.
HSL color Cylindrical-coordinate representation of color #5099F7: hue angle of 213.77º 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 #5099F7 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 153 | 247 | - |
| CMYK | 0.68 | 0.38 | 0 | 0.03 |
| HSL | 213.77º | 0.91% | 0.64% | - |
| HSV(B) | 213.77º | 0.68% | 0.97% | - |
| XYZ | 31.49 | 31.2 | 92.36 | - |
| YUV | 141.89 | 187.32 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 153 | 247 | 0.68 | 0.38 | 0 | 0.03 | 213.77 | 0.91 | 0.64 |
| Hex | 50 | 99 | F7 | 44 | 26 | 0 | 3 | D6 | 5B | 40 |
| Octal | 120 | 231 | 367 | 104 | 46 | 0 | 3 | 326 | 133 | 100 |
| Binary | 1010000 | 10011001 | 11110111 | 1000100 | 100110 | 0 | 11 | 11010110 | 1011011 | 1000000 |
Color Harmonies of #5099F7
Complementary color
Monochromatic Colors of #5099F7
Black with #5099F7
Text Example
Text Example
White with #5099F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5099F7; }
p { color: rgb(80,153,247); }
H1.HeaderClassName
{
color: #5099F7;
}
.AnyTagClassName
{
color: #5099F7;
}
</style>
background-color css
<style>
a { background-color: #5099F7; }
a { background-color: rgb(80,153,247); }
div.DivClassName
{
background-color: #5099F7;
}
.BgClassName
{
background-color: #5099F7;
}
</style>
border-color css
<style>
span { border-color: #5099F7; }
span { border-color: rgb(80,153,247); }
td.TdClassName
{
border-color: #5099F7;
}
.TagClassName
{
border-color: #5099F7;
}
</style>