Shades of Cornflower Blue #4090EC
Tints of Cornflower Blue #4090EC
RGB
CMYK
RGB Variations
Color information
#4090EC (or 0x4090EC) is known color: Cornflower Blue. HEX triplet: 40, 90 and EC. RGB value is (64,144,236). Sum of RGB (Red+Green+Blue) = 64+144+236=444 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.41% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #4090EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4090EC is #BF6F13. Grayscale: #828282. Windows color (decimal): -12545812 or 15503424. OLE color: 15503424.
HSL color Cylindrical-coordinate representation of color #4090EC: hue angle of 212.09º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4090EC is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 144 | 236 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.07 |
| HSL | 212.09º | 0.82% | 0.59% | - |
| HSV(B) | 212.09º | 0.73% | 0.93% | - |
| XYZ | 27.23 | 27.09 | 83.15 | - |
| YUV | 130.57 | 187.5 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 144 | 236 | 0.73 | 0.39 | 0 | 0.07 | 212.09 | 0.82 | 0.59 |
| Hex | 40 | 90 | EC | 49 | 27 | 0 | 7 | D4 | 52 | 3B |
| Octal | 100 | 220 | 354 | 111 | 47 | 0 | 7 | 324 | 122 | 73 |
| Binary | 1000000 | 10010000 | 11101100 | 1001001 | 100111 | 0 | 111 | 11010100 | 1010010 | 111011 |
Color Harmonies of #4090EC
Complementary color
Monochromatic Colors of #4090EC
Black with #4090EC
Text Example
Text Example
White with #4090EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4090EC; }
p { color: rgb(64,144,236); }
H1.HeaderClassName
{
color: #4090EC;
}
.AnyTagClassName
{
color: #4090EC;
}
</style>
background-color css
<style>
a { background-color: #4090EC; }
a { background-color: rgb(64,144,236); }
div.DivClassName
{
background-color: #4090EC;
}
.BgClassName
{
background-color: #4090EC;
}
</style>
border-color css
<style>
span { border-color: #4090EC; }
span { border-color: rgb(64,144,236); }
td.TdClassName
{
border-color: #4090EC;
}
.TagClassName
{
border-color: #4090EC;
}
</style>