Shades of Cornflower Blue #5081EA
Tints of Cornflower Blue #5081EA
RGB
CMYK
RGB Variations
Color information
#5081EA (or 0x5081EA) is known color: Cornflower Blue. HEX triplet: 50, 81 and EA. RGB value is (80,129,234). Sum of RGB (Red+Green+Blue) = 80+129+234=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #5081EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5081EA is #AF7E15. Grayscale: #7D7D7D. Windows color (decimal): -11501078 or 15368528. OLE color: 15368528.
HSL color Cylindrical-coordinate representation of color #5081EA: hue angle of 220.91º 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 #5081EA is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 129 | 234 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.08 |
| HSL | 220.91º | 0.79% | 0.62% | - |
| HSV(B) | 220.91º | 0.66% | 0.92% | - |
| XYZ | 26.01 | 23.35 | 80.98 | - |
| YUV | 126.32 | 188.77 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 129 | 234 | 0.66 | 0.45 | 0 | 0.08 | 220.91 | 0.79 | 0.62 |
| Hex | 50 | 81 | EA | 42 | 2D | 0 | 8 | DD | 4F | 3E |
| Octal | 120 | 201 | 352 | 102 | 55 | 0 | 10 | 335 | 117 | 76 |
| Binary | 1010000 | 10000001 | 11101010 | 1000010 | 101101 | 0 | 1000 | 11011101 | 1001111 | 111110 |
Color Harmonies of #5081EA
Complementary color
Monochromatic Colors of #5081EA
Black with #5081EA
Text Example
Text Example
White with #5081EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5081EA; }
p { color: rgb(80,129,234); }
H1.HeaderClassName
{
color: #5081EA;
}
.AnyTagClassName
{
color: #5081EA;
}
</style>
background-color css
<style>
a { background-color: #5081EA; }
a { background-color: rgb(80,129,234); }
div.DivClassName
{
background-color: #5081EA;
}
.BgClassName
{
background-color: #5081EA;
}
</style>
border-color css
<style>
span { border-color: #5081EA; }
span { border-color: rgb(80,129,234); }
td.TdClassName
{
border-color: #5081EA;
}
.TagClassName
{
border-color: #5081EA;
}
</style>