Shades of Cornflower Blue #5096EA
Tints of Cornflower Blue #5096EA
RGB
CMYK
RGB Variations
Color information
#5096EA (or 0x5096EA) is known color: Cornflower Blue. HEX triplet: 50, 96 and EA. RGB value is (80,150,234). Sum of RGB (Red+Green+Blue) = 80+150+234=464 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.24% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #5096EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5096EA is #AF6915. Grayscale: #8A8A8A. Windows color (decimal): -11495702 or 15373904. OLE color: 15373904.
HSL color Cylindrical-coordinate representation of color #5096EA: hue angle of 212.73º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5096EA is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 150 | 234 | - |
| CMYK | 0.66 | 0.36 | 0 | 0.08 |
| HSL | 212.73º | 0.79% | 0.62% | - |
| HSV(B) | 212.73º | 0.66% | 0.92% | - |
| XYZ | 29.07 | 29.46 | 82 | - |
| YUV | 138.65 | 181.81 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 150 | 234 | 0.66 | 0.36 | 0 | 0.08 | 212.73 | 0.79 | 0.62 |
| Hex | 50 | 96 | EA | 42 | 24 | 0 | 8 | D5 | 4F | 3E |
| Octal | 120 | 226 | 352 | 102 | 44 | 0 | 10 | 325 | 117 | 76 |
| Binary | 1010000 | 10010110 | 11101010 | 1000010 | 100100 | 0 | 1000 | 11010101 | 1001111 | 111110 |
Color Harmonies of #5096EA
Complementary color
Monochromatic Colors of #5096EA
Black with #5096EA
Text Example
Text Example
White with #5096EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5096EA; }
p { color: rgb(80,150,234); }
H1.HeaderClassName
{
color: #5096EA;
}
.AnyTagClassName
{
color: #5096EA;
}
</style>
background-color css
<style>
a { background-color: #5096EA; }
a { background-color: rgb(80,150,234); }
div.DivClassName
{
background-color: #5096EA;
}
.BgClassName
{
background-color: #5096EA;
}
</style>
border-color css
<style>
span { border-color: #5096EA; }
span { border-color: rgb(80,150,234); }
td.TdClassName
{
border-color: #5096EA;
}
.TagClassName
{
border-color: #5096EA;
}
</style>