Shades of Cornflower Blue #5096F0
Tints of Cornflower Blue #5096F0
RGB
CMYK
RGB Variations
Color information
#5096F0 (or 0x5096F0) is known color: Cornflower Blue. HEX triplet: 50, 96 and F0. RGB value is (80,150,240). Sum of RGB (Red+Green+Blue) = 80+150+240=470 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.02% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 240 (94.14% from 255 or 51.06% from 470); Max value from RGB is 240 - color contains mainly: blue. Hex color #5096F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5096F0 is #AF690F. Grayscale: #8A8A8A. Windows color (decimal): -11495696 or 15767120. OLE color: 15767120.
HSL color Cylindrical-coordinate representation of color #5096F0: hue angle of 213.75º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5096F0 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 150 | 240 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.06 |
| HSL | 213.75º | 0.84% | 0.63% | - |
| HSV(B) | 213.75º | 0.67% | 0.94% | - |
| XYZ | 29.94 | 29.81 | 86.61 | - |
| YUV | 139.33 | 184.81 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 150 | 240 | 0.67 | 0.37 | 0 | 0.06 | 213.75 | 0.84 | 0.63 |
| Hex | 50 | 96 | F0 | 43 | 25 | 0 | 6 | D6 | 54 | 3F |
| Octal | 120 | 226 | 360 | 103 | 45 | 0 | 6 | 326 | 124 | 77 |
| Binary | 1010000 | 10010110 | 11110000 | 1000011 | 100101 | 0 | 110 | 11010110 | 1010100 | 111111 |
Color Harmonies of #5096F0
Complementary color
Monochromatic Colors of #5096F0
Black with #5096F0
Text Example
Text Example
White with #5096F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5096F0; }
p { color: rgb(80,150,240); }
H1.HeaderClassName
{
color: #5096F0;
}
.AnyTagClassName
{
color: #5096F0;
}
</style>
background-color css
<style>
a { background-color: #5096F0; }
a { background-color: rgb(80,150,240); }
div.DivClassName
{
background-color: #5096F0;
}
.BgClassName
{
background-color: #5096F0;
}
</style>
border-color css
<style>
span { border-color: #5096F0; }
span { border-color: rgb(80,150,240); }
td.TdClassName
{
border-color: #5096F0;
}
.TagClassName
{
border-color: #5096F0;
}
</style>