Shades of Cornflower Blue #5090DF
Tints of Cornflower Blue #5090DF
RGB
CMYK
RGB Variations
Color information
#5090DF (or 0x5090DF) is known color: Cornflower Blue. HEX triplet: 50, 90 and DF. RGB value is (80,144,223). Sum of RGB (Red+Green+Blue) = 80+144+223=447 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.90% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #5090DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5090DF is #AF6F20. Grayscale: #858585. Windows color (decimal): -11497249 or 14651472. OLE color: 14651472.
HSL color Cylindrical-coordinate representation of color #5090DF: hue angle of 213.15º degrees, saturation: 0.69, 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 #5090DF is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 144 | 223 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.13 |
| HSL | 213.15º | 0.69% | 0.59% | - |
| HSV(B) | 213.15º | 0.64% | 0.87% | - |
| XYZ | 26.6 | 26.98 | 73.62 | - |
| YUV | 133.87 | 178.3 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 144 | 223 | 0.64 | 0.35 | 0 | 0.13 | 213.15 | 0.69 | 0.59 |
| Hex | 50 | 90 | DF | 40 | 23 | 0 | D | D5 | 45 | 3B |
| Octal | 120 | 220 | 337 | 100 | 43 | 0 | 15 | 325 | 105 | 73 |
| Binary | 1010000 | 10010000 | 11011111 | 1000000 | 100011 | 0 | 1101 | 11010101 | 1000101 | 111011 |
Color Harmonies of #5090DF
Complementary color
Monochromatic Colors of #5090DF
Black with #5090DF
Text Example
Text Example
White with #5090DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5090DF; }
p { color: rgb(80,144,223); }
H1.HeaderClassName
{
color: #5090DF;
}
.AnyTagClassName
{
color: #5090DF;
}
</style>
background-color css
<style>
a { background-color: #5090DF; }
a { background-color: rgb(80,144,223); }
div.DivClassName
{
background-color: #5090DF;
}
.BgClassName
{
background-color: #5090DF;
}
</style>
border-color css
<style>
span { border-color: #5090DF; }
span { border-color: rgb(80,144,223); }
td.TdClassName
{
border-color: #5090DF;
}
.TagClassName
{
border-color: #5090DF;
}
</style>