Shades of Cornflower Blue #5090FD
Tints of Cornflower Blue #5090FD
RGB
CMYK
RGB Variations
Color information
#5090FD (or 0x5090FD) is known color: Cornflower Blue. HEX triplet: 50, 90 and FD. RGB value is (80,144,253). Sum of RGB (Red+Green+Blue) = 80+144+253=477 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.77% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #5090FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5090FD is #AF6F02. Grayscale: #888888. Windows color (decimal): -11497219 or 16617552. OLE color: 16617552.
HSL color Cylindrical-coordinate representation of color #5090FD: hue angle of 217.8º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5090FD is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 144 | 253 | - |
| CMYK | 0.68 | 0.43 | 0 | 0.01 |
| HSL | 217.8º | 0.98% | 0.65% | - |
| HSV(B) | 217.8º | 0.68% | 0.99% | - |
| XYZ | 31.01 | 28.74 | 96.84 | - |
| YUV | 137.29 | 193.3 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 144 | 253 | 0.68 | 0.43 | 0 | 0.01 | 217.8 | 0.98 | 0.65 |
| Hex | 50 | 90 | FD | 44 | 2B | 0 | 1 | DA | 62 | 41 |
| Octal | 120 | 220 | 375 | 104 | 53 | 0 | 1 | 332 | 142 | 101 |
| Binary | 1010000 | 10010000 | 11111101 | 1000100 | 101011 | 0 | 1 | 11011010 | 1100010 | 1000001 |
Color Harmonies of #5090FD
Complementary color
Monochromatic Colors of #5090FD
Black with #5090FD
Text Example
Text Example
White with #5090FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5090FD; }
p { color: rgb(80,144,253); }
H1.HeaderClassName
{
color: #5090FD;
}
.AnyTagClassName
{
color: #5090FD;
}
</style>
background-color css
<style>
a { background-color: #5090FD; }
a { background-color: rgb(80,144,253); }
div.DivClassName
{
background-color: #5090FD;
}
.BgClassName
{
background-color: #5090FD;
}
</style>
border-color css
<style>
span { border-color: #5090FD; }
span { border-color: rgb(80,144,253); }
td.TdClassName
{
border-color: #5090FD;
}
.TagClassName
{
border-color: #5090FD;
}
</style>