Shades of Cornflower Blue #4290EC
Tints of Cornflower Blue #4290EC
RGB
CMYK
RGB Variations
Color information
#4290EC (or 0x4290EC) is known color: Cornflower Blue. HEX triplet: 42, 90 and EC. RGB value is (66,144,236). Sum of RGB (Red+Green+Blue) = 66+144+236=446 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.80% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #4290EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4290EC is #BD6F13. Grayscale: #828282. Windows color (decimal): -12414740 or 15503426. OLE color: 15503426.
HSL color Cylindrical-coordinate representation of color #4290EC: hue angle of 212.47º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4290EC is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 144 | 236 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.07 |
| HSL | 212.47º | 0.82% | 0.59% | - |
| HSV(B) | 212.47º | 0.72% | 0.93% | - |
| XYZ | 27.36 | 27.16 | 83.16 | - |
| YUV | 131.17 | 187.16 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 144 | 236 | 0.72 | 0.39 | 0 | 0.07 | 212.47 | 0.82 | 0.59 |
| Hex | 42 | 90 | EC | 48 | 27 | 0 | 7 | D4 | 52 | 3B |
| Octal | 102 | 220 | 354 | 110 | 47 | 0 | 7 | 324 | 122 | 73 |
| Binary | 1000010 | 10010000 | 11101100 | 1001000 | 100111 | 0 | 111 | 11010100 | 1010010 | 111011 |
Color Harmonies of #4290EC
Complementary color
Monochromatic Colors of #4290EC
Black with #4290EC
Text Example
Text Example
White with #4290EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4290EC; }
p { color: rgb(66,144,236); }
H1.HeaderClassName
{
color: #4290EC;
}
.AnyTagClassName
{
color: #4290EC;
}
</style>
background-color css
<style>
a { background-color: #4290EC; }
a { background-color: rgb(66,144,236); }
div.DivClassName
{
background-color: #4290EC;
}
.BgClassName
{
background-color: #4290EC;
}
</style>
border-color css
<style>
span { border-color: #4290EC; }
span { border-color: rgb(66,144,236); }
td.TdClassName
{
border-color: #4290EC;
}
.TagClassName
{
border-color: #4290EC;
}
</style>