Shades of Cornflower Blue #4094EF
Tints of Cornflower Blue #4094EF
RGB
CMYK
RGB Variations
Color information
#4094EF (or 0x4094EF) is known color: Cornflower Blue. HEX triplet: 40, 94 and EF. RGB value is (64,148,239). Sum of RGB (Red+Green+Blue) = 64+148+239=451 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.19% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #4094EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4094EF is #BF6B10. Grayscale: #848484. Windows color (decimal): -12544785 or 15701056. OLE color: 15701056.
HSL color Cylindrical-coordinate representation of color #4094EF: hue angle of 211.2º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4094EF is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 148 | 239 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.06 |
| HSL | 211.2º | 0.85% | 0.59% | - |
| HSV(B) | 211.2º | 0.73% | 0.94% | - |
| XYZ | 28.28 | 28.5 | 85.67 | - |
| YUV | 133.26 | 187.67 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 148 | 239 | 0.73 | 0.38 | 0 | 0.06 | 211.2 | 0.85 | 0.59 |
| Hex | 40 | 94 | EF | 49 | 26 | 0 | 6 | D3 | 55 | 3B |
| Octal | 100 | 224 | 357 | 111 | 46 | 0 | 6 | 323 | 125 | 73 |
| Binary | 1000000 | 10010100 | 11101111 | 1001001 | 100110 | 0 | 110 | 11010011 | 1010101 | 111011 |
Color Harmonies of #4094EF
Complementary color
Monochromatic Colors of #4094EF
Black with #4094EF
Text Example
Text Example
White with #4094EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4094EF; }
p { color: rgb(64,148,239); }
H1.HeaderClassName
{
color: #4094EF;
}
.AnyTagClassName
{
color: #4094EF;
}
</style>
background-color css
<style>
a { background-color: #4094EF; }
a { background-color: rgb(64,148,239); }
div.DivClassName
{
background-color: #4094EF;
}
.BgClassName
{
background-color: #4094EF;
}
</style>
border-color css
<style>
span { border-color: #4094EF; }
span { border-color: rgb(64,148,239); }
td.TdClassName
{
border-color: #4094EF;
}
.TagClassName
{
border-color: #4094EF;
}
</style>