Shades of Cornflower Blue #4294EC
Tints of Cornflower Blue #4294EC
RGB
CMYK
RGB Variations
Color information
#4294EC (or 0x4294EC) is known color: Cornflower Blue. HEX triplet: 42, 94 and EC. RGB value is (66,148,236). Sum of RGB (Red+Green+Blue) = 66+148+236=450 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.67% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #4294EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4294EC is #BD6B13. Grayscale: #858585. Windows color (decimal): -12413716 or 15504450. OLE color: 15504450.
HSL color Cylindrical-coordinate representation of color #4294EC: hue angle of 211.06º 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 #4294EC is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 148 | 236 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.07 |
| HSL | 211.06º | 0.82% | 0.59% | - |
| HSV(B) | 211.06º | 0.72% | 0.93% | - |
| XYZ | 27.98 | 28.39 | 83.36 | - |
| YUV | 133.51 | 185.83 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 148 | 236 | 0.72 | 0.37 | 0 | 0.07 | 211.06 | 0.82 | 0.59 |
| Hex | 42 | 94 | EC | 48 | 25 | 0 | 7 | D3 | 52 | 3B |
| Octal | 102 | 224 | 354 | 110 | 45 | 0 | 7 | 323 | 122 | 73 |
| Binary | 1000010 | 10010100 | 11101100 | 1001000 | 100101 | 0 | 111 | 11010011 | 1010010 | 111011 |
Color Harmonies of #4294EC
Complementary color
Monochromatic Colors of #4294EC
Black with #4294EC
Text Example
Text Example
White with #4294EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4294EC; }
p { color: rgb(66,148,236); }
H1.HeaderClassName
{
color: #4294EC;
}
.AnyTagClassName
{
color: #4294EC;
}
</style>
background-color css
<style>
a { background-color: #4294EC; }
a { background-color: rgb(66,148,236); }
div.DivClassName
{
background-color: #4294EC;
}
.BgClassName
{
background-color: #4294EC;
}
</style>
border-color css
<style>
span { border-color: #4294EC; }
span { border-color: rgb(66,148,236); }
td.TdClassName
{
border-color: #4294EC;
}
.TagClassName
{
border-color: #4294EC;
}
</style>