Shades of Cornflower Blue #4093EF
Tints of Cornflower Blue #4093EF
RGB
CMYK
RGB Variations
Color information
#4093EF (or 0x4093EF) is known color: Cornflower Blue. HEX triplet: 40, 93 and EF. RGB value is (64,147,239). Sum of RGB (Red+Green+Blue) = 64+147+239=450 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.22% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #4093EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4093EF is #BF6C10. Grayscale: #848484. Windows color (decimal): -12545041 or 15700800. OLE color: 15700800.
HSL color Cylindrical-coordinate representation of color #4093EF: hue angle of 211.54º 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 #4093EF is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 147 | 239 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.06 |
| HSL | 211.54º | 0.85% | 0.59% | - |
| HSV(B) | 211.54º | 0.73% | 0.94% | - |
| XYZ | 28.13 | 28.19 | 85.62 | - |
| YUV | 132.67 | 188 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 239 | 0.73 | 0.38 | 0 | 0.06 | 211.54 | 0.85 | 0.59 |
| Hex | 40 | 93 | EF | 49 | 26 | 0 | 6 | D4 | 55 | 3B |
| Octal | 100 | 223 | 357 | 111 | 46 | 0 | 6 | 324 | 125 | 73 |
| Binary | 1000000 | 10010011 | 11101111 | 1001001 | 100110 | 0 | 110 | 11010100 | 1010101 | 111011 |
Color Harmonies of #4093EF
Complementary color
Monochromatic Colors of #4093EF
Black with #4093EF
Text Example
Text Example
White with #4093EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4093EF; }
p { color: rgb(64,147,239); }
H1.HeaderClassName
{
color: #4093EF;
}
.AnyTagClassName
{
color: #4093EF;
}
</style>
background-color css
<style>
a { background-color: #4093EF; }
a { background-color: rgb(64,147,239); }
div.DivClassName
{
background-color: #4093EF;
}
.BgClassName
{
background-color: #4093EF;
}
</style>
border-color css
<style>
span { border-color: #4093EF; }
span { border-color: rgb(64,147,239); }
td.TdClassName
{
border-color: #4093EF;
}
.TagClassName
{
border-color: #4093EF;
}
</style>