Shades of Cornflower Blue #5096FF
Tints of Cornflower Blue #5096FF
RGB
CMYK
RGB Variations
Color information
#5096FF (or 0x5096FF) is known color: Cornflower Blue. HEX triplet: 50, 96 and FF. RGB value is (80,150,255). Sum of RGB (Red+Green+Blue) = 80+150+255=485 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.49% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #5096FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5096FF is #AF6900. Grayscale: #8C8C8C. Windows color (decimal): -11495681 or 16750160. OLE color: 16750160.
HSL color Cylindrical-coordinate representation of color #5096FF: hue angle of 216º 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 #5096FF is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 150 | 255 | - |
| CMYK | 0.69 | 0.41 | 0 | 0 |
| HSL | 216º | 1% | 0.66% | - |
| HSV(B) | 216º | 0.69% | 1% | - |
| XYZ | 32.26 | 30.74 | 98.84 | - |
| YUV | 141.04 | 192.31 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 150 | 255 | 0.69 | 0.41 | 0 | 0 | 216 | 1 | 0.66 |
| Hex | 50 | 96 | FF | 45 | 29 | 0 | 0 | D8 | 64 | 42 |
| Octal | 120 | 226 | 377 | 105 | 51 | 0 | 0 | 330 | 144 | 102 |
| Binary | 1010000 | 10010110 | 11111111 | 1000101 | 101001 | 0 | 0 | 11011000 | 1100100 | 1000010 |
Color Harmonies of #5096FF
Complementary color
Monochromatic Colors of #5096FF
Black with #5096FF
Text Example
Text Example
White with #5096FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5096FF; }
p { color: rgb(80,150,255); }
H1.HeaderClassName
{
color: #5096FF;
}
.AnyTagClassName
{
color: #5096FF;
}
</style>
background-color css
<style>
a { background-color: #5096FF; }
a { background-color: rgb(80,150,255); }
div.DivClassName
{
background-color: #5096FF;
}
.BgClassName
{
background-color: #5096FF;
}
</style>
border-color css
<style>
span { border-color: #5096FF; }
span { border-color: rgb(80,150,255); }
td.TdClassName
{
border-color: #5096FF;
}
.TagClassName
{
border-color: #5096FF;
}
</style>