Shades of Cornflower Blue #4094EC
Tints of Cornflower Blue #4094EC
RGB
CMYK
RGB Variations
Color information
#4094EC (or 0x4094EC) is known color: Cornflower Blue. HEX triplet: 40, 94 and EC. RGB value is (64,148,236). Sum of RGB (Red+Green+Blue) = 64+148+236=448 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.29% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #4094EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4094EC is #BF6B13. Grayscale: #848484. Windows color (decimal): -12544788 or 15504448. OLE color: 15504448.
HSL color Cylindrical-coordinate representation of color #4094EC: hue angle of 210.7º 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 #4094EC is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 148 | 236 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.07 |
| HSL | 210.7º | 0.82% | 0.59% | - |
| HSV(B) | 210.7º | 0.73% | 0.93% | - |
| XYZ | 27.84 | 28.33 | 83.36 | - |
| YUV | 132.92 | 186.17 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 148 | 236 | 0.73 | 0.37 | 0 | 0.07 | 210.7 | 0.82 | 0.59 |
| Hex | 40 | 94 | EC | 49 | 25 | 0 | 7 | D3 | 52 | 3B |
| Octal | 100 | 224 | 354 | 111 | 45 | 0 | 7 | 323 | 122 | 73 |
| Binary | 1000000 | 10010100 | 11101100 | 1001001 | 100101 | 0 | 111 | 11010011 | 1010010 | 111011 |
Color Harmonies of #4094EC
Complementary color
Monochromatic Colors of #4094EC
Black with #4094EC
Text Example
Text Example
White with #4094EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4094EC; }
p { color: rgb(64,148,236); }
H1.HeaderClassName
{
color: #4094EC;
}
.AnyTagClassName
{
color: #4094EC;
}
</style>
background-color css
<style>
a { background-color: #4094EC; }
a { background-color: rgb(64,148,236); }
div.DivClassName
{
background-color: #4094EC;
}
.BgClassName
{
background-color: #4094EC;
}
</style>
border-color css
<style>
span { border-color: #4094EC; }
span { border-color: rgb(64,148,236); }
td.TdClassName
{
border-color: #4094EC;
}
.TagClassName
{
border-color: #4094EC;
}
</style>