Shades of Cornflower Blue #5090ED
Tints of Cornflower Blue #5090ED
RGB
CMYK
RGB Variations
Color information
#5090ED (or 0x5090ED) is known color: Cornflower Blue. HEX triplet: 50, 90 and ED. RGB value is (80,144,237). Sum of RGB (Red+Green+Blue) = 80+144+237=461 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.35% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #5090ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5090ED is #AF6F12. Grayscale: #878787. Windows color (decimal): -11497235 or 15568976. OLE color: 15568976.
HSL color Cylindrical-coordinate representation of color #5090ED: hue angle of 215.54º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5090ED is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 144 | 237 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.07 |
| HSL | 215.54º | 0.81% | 0.62% | - |
| HSV(B) | 215.54º | 0.66% | 0.93% | - |
| XYZ | 28.57 | 27.77 | 83.97 | - |
| YUV | 135.47 | 185.3 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 144 | 237 | 0.66 | 0.39 | 0 | 0.07 | 215.54 | 0.81 | 0.62 |
| Hex | 50 | 90 | ED | 42 | 27 | 0 | 7 | D8 | 51 | 3E |
| Octal | 120 | 220 | 355 | 102 | 47 | 0 | 7 | 330 | 121 | 76 |
| Binary | 1010000 | 10010000 | 11101101 | 1000010 | 100111 | 0 | 111 | 11011000 | 1010001 | 111110 |
Color Harmonies of #5090ED
Complementary color
Monochromatic Colors of #5090ED
Black with #5090ED
Text Example
Text Example
White with #5090ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5090ED; }
p { color: rgb(80,144,237); }
H1.HeaderClassName
{
color: #5090ED;
}
.AnyTagClassName
{
color: #5090ED;
}
</style>
background-color css
<style>
a { background-color: #5090ED; }
a { background-color: rgb(80,144,237); }
div.DivClassName
{
background-color: #5090ED;
}
.BgClassName
{
background-color: #5090ED;
}
</style>
border-color css
<style>
span { border-color: #5090ED; }
span { border-color: rgb(80,144,237); }
td.TdClassName
{
border-color: #5090ED;
}
.TagClassName
{
border-color: #5090ED;
}
</style>