Shades of Cornflower Blue #4394EC
Tints of Cornflower Blue #4394EC
RGB
CMYK
RGB Variations
Color information
#4394EC (or 0x4394EC) is known color: Cornflower Blue. HEX triplet: 43, 94 and EC. RGB value is (67,148,236). Sum of RGB (Red+Green+Blue) = 67+148+236=451 (59% of max value = 765). Red value is 67 (26.56% from 255 or 14.86% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #4394EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4394EC is #BC6B13. Grayscale: #858585. Windows color (decimal): -12348180 or 15504451. OLE color: 15504451.
HSL color Cylindrical-coordinate representation of color #4394EC: hue angle of 211.24º 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 #4394EC is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 148 | 236 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.07 |
| HSL | 211.24º | 0.82% | 0.59% | - |
| HSV(B) | 211.24º | 0.72% | 0.93% | - |
| XYZ | 28.04 | 28.43 | 83.37 | - |
| YUV | 133.81 | 185.66 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 148 | 236 | 0.72 | 0.37 | 0 | 0.07 | 211.24 | 0.82 | 0.59 |
| Hex | 43 | 94 | EC | 48 | 25 | 0 | 7 | D3 | 52 | 3B |
| Octal | 103 | 224 | 354 | 110 | 45 | 0 | 7 | 323 | 122 | 73 |
| Binary | 1000011 | 10010100 | 11101100 | 1001000 | 100101 | 0 | 111 | 11010011 | 1010010 | 111011 |
Color Harmonies of #4394EC
Complementary color
Monochromatic Colors of #4394EC
Black with #4394EC
Text Example
Text Example
White with #4394EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4394EC; }
p { color: rgb(67,148,236); }
H1.HeaderClassName
{
color: #4394EC;
}
.AnyTagClassName
{
color: #4394EC;
}
</style>
background-color css
<style>
a { background-color: #4394EC; }
a { background-color: rgb(67,148,236); }
div.DivClassName
{
background-color: #4394EC;
}
.BgClassName
{
background-color: #4394EC;
}
</style>
border-color css
<style>
span { border-color: #4394EC; }
span { border-color: rgb(67,148,236); }
td.TdClassName
{
border-color: #4394EC;
}
.TagClassName
{
border-color: #4394EC;
}
</style>