Shades of Cornflower Blue #5089DD
Tints of Cornflower Blue #5089DD
RGB
CMYK
RGB Variations
Color information
#5089DD (or 0x5089DD) is known color: Cornflower Blue. HEX triplet: 50, 89 and DD. RGB value is (80,137,221). Sum of RGB (Red+Green+Blue) = 80+137+221=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #5089DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5089DD is #AF7622. Grayscale: #818181. Windows color (decimal): -11499043 or 14518608. OLE color: 14518608.
HSL color Cylindrical-coordinate representation of color #5089DD: hue angle of 215.74º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5089DD is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 137 | 221 | - |
| CMYK | 0.64 | 0.38 | 0 | 0.13 |
| HSL | 215.74º | 0.67% | 0.59% | - |
| HSV(B) | 215.74º | 0.64% | 0.87% | - |
| XYZ | 25.31 | 24.82 | 71.86 | - |
| YUV | 129.53 | 179.62 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 137 | 221 | 0.64 | 0.38 | 0 | 0.13 | 215.74 | 0.67 | 0.59 |
| Hex | 50 | 89 | DD | 40 | 26 | 0 | D | D8 | 43 | 3B |
| Octal | 120 | 211 | 335 | 100 | 46 | 0 | 15 | 330 | 103 | 73 |
| Binary | 1010000 | 10001001 | 11011101 | 1000000 | 100110 | 0 | 1101 | 11011000 | 1000011 | 111011 |
Color Harmonies of #5089DD
Complementary color
Monochromatic Colors of #5089DD
Black with #5089DD
Text Example
Text Example
White with #5089DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5089DD; }
p { color: rgb(80,137,221); }
H1.HeaderClassName
{
color: #5089DD;
}
.AnyTagClassName
{
color: #5089DD;
}
</style>
background-color css
<style>
a { background-color: #5089DD; }
a { background-color: rgb(80,137,221); }
div.DivClassName
{
background-color: #5089DD;
}
.BgClassName
{
background-color: #5089DD;
}
</style>
border-color css
<style>
span { border-color: #5089DD; }
span { border-color: rgb(80,137,221); }
td.TdClassName
{
border-color: #5089DD;
}
.TagClassName
{
border-color: #5089DD;
}
</style>