Shades of Cornflower Blue #5099FF
Tints of Cornflower Blue #5099FF
RGB
CMYK
RGB Variations
Color information
#5099FF (or 0x5099FF) is known color: Cornflower Blue. HEX triplet: 50, 99 and FF. RGB value is (80,153,255). Sum of RGB (Red+Green+Blue) = 80+153+255=488 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.39% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #5099FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5099FF is #AF6600. Grayscale: #8E8E8E. Windows color (decimal): -11494913 or 16750928. OLE color: 16750928.
HSL color Cylindrical-coordinate representation of color #5099FF: hue angle of 214.97º 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 #5099FF is Cyan = 0.69, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 153 | 255 | - |
| CMYK | 0.69 | 0.4 | 0 | 0 |
| HSL | 214.97º | 1% | 0.66% | - |
| HSV(B) | 214.97º | 0.69% | 1% | - |
| XYZ | 32.75 | 31.71 | 99 | - |
| YUV | 142.8 | 191.32 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 153 | 255 | 0.69 | 0.4 | 0 | 0 | 214.97 | 1 | 0.66 |
| Hex | 50 | 99 | FF | 45 | 28 | 0 | 0 | D7 | 64 | 42 |
| Octal | 120 | 231 | 377 | 105 | 50 | 0 | 0 | 327 | 144 | 102 |
| Binary | 1010000 | 10011001 | 11111111 | 1000101 | 101000 | 0 | 0 | 11010111 | 1100100 | 1000010 |
Color Harmonies of #5099FF
Complementary color
Monochromatic Colors of #5099FF
Black with #5099FF
Text Example
Text Example
White with #5099FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5099FF; }
p { color: rgb(80,153,255); }
H1.HeaderClassName
{
color: #5099FF;
}
.AnyTagClassName
{
color: #5099FF;
}
</style>
background-color css
<style>
a { background-color: #5099FF; }
a { background-color: rgb(80,153,255); }
div.DivClassName
{
background-color: #5099FF;
}
.BgClassName
{
background-color: #5099FF;
}
</style>
border-color css
<style>
span { border-color: #5099FF; }
span { border-color: rgb(80,153,255); }
td.TdClassName
{
border-color: #5099FF;
}
.TagClassName
{
border-color: #5099FF;
}
</style>