Shades of Cornflower Blue #5099FB
Tints of Cornflower Blue #5099FB
RGB
CMYK
RGB Variations
Color information
#5099FB (or 0x5099FB) is known color: Cornflower Blue. HEX triplet: 50, 99 and FB. RGB value is (80,153,251). Sum of RGB (Red+Green+Blue) = 80+153+251=484 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.53% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #5099FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5099FB is #AF6604. Grayscale: #8D8D8D. Windows color (decimal): -11494917 or 16488784. OLE color: 16488784.
HSL color Cylindrical-coordinate representation of color #5099FB: hue angle of 214.39º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5099FB is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 153 | 251 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.02 |
| HSL | 214.39º | 0.96% | 0.65% | - |
| HSV(B) | 214.39º | 0.68% | 0.98% | - |
| XYZ | 32.11 | 31.45 | 95.65 | - |
| YUV | 142.35 | 189.32 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 153 | 251 | 0.68 | 0.39 | 0 | 0.02 | 214.39 | 0.96 | 0.65 |
| Hex | 50 | 99 | FB | 44 | 27 | 0 | 2 | D6 | 60 | 41 |
| Octal | 120 | 231 | 373 | 104 | 47 | 0 | 2 | 326 | 140 | 101 |
| Binary | 1010000 | 10011001 | 11111011 | 1000100 | 100111 | 0 | 10 | 11010110 | 1100000 | 1000001 |
Color Harmonies of #5099FB
Complementary color
Monochromatic Colors of #5099FB
Black with #5099FB
Text Example
Text Example
White with #5099FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5099FB; }
p { color: rgb(80,153,251); }
H1.HeaderClassName
{
color: #5099FB;
}
.AnyTagClassName
{
color: #5099FB;
}
</style>
background-color css
<style>
a { background-color: #5099FB; }
a { background-color: rgb(80,153,251); }
div.DivClassName
{
background-color: #5099FB;
}
.BgClassName
{
background-color: #5099FB;
}
</style>
border-color css
<style>
span { border-color: #5099FB; }
span { border-color: rgb(80,153,251); }
td.TdClassName
{
border-color: #5099FB;
}
.TagClassName
{
border-color: #5099FB;
}
</style>