Shades of Cornflower Blue #4092EE
Tints of Cornflower Blue #4092EE
RGB
CMYK
RGB Variations
Color information
#4092EE (or 0x4092EE) is known color: Cornflower Blue. HEX triplet: 40, 92 and EE. RGB value is (64,146,238). Sum of RGB (Red+Green+Blue) = 64+146+238=448 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.29% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #4092EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4092EE is #BF6D11. Grayscale: #838383. Windows color (decimal): -12545298 or 15635008. OLE color: 15635008.
HSL color Cylindrical-coordinate representation of color #4092EE: hue angle of 211.72º degrees, saturation: 0.84, 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 #4092EE is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 146 | 238 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.07 |
| HSL | 211.72º | 0.84% | 0.59% | - |
| HSV(B) | 211.72º | 0.73% | 0.93% | - |
| XYZ | 27.83 | 27.82 | 84.79 | - |
| YUV | 131.97 | 187.83 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 146 | 238 | 0.73 | 0.39 | 0 | 0.07 | 211.72 | 0.84 | 0.59 |
| Hex | 40 | 92 | EE | 49 | 27 | 0 | 7 | D4 | 54 | 3B |
| Octal | 100 | 222 | 356 | 111 | 47 | 0 | 7 | 324 | 124 | 73 |
| Binary | 1000000 | 10010010 | 11101110 | 1001001 | 100111 | 0 | 111 | 11010100 | 1010100 | 111011 |
Color Harmonies of #4092EE
Complementary color
Monochromatic Colors of #4092EE
Black with #4092EE
Text Example
Text Example
White with #4092EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4092EE; }
p { color: rgb(64,146,238); }
H1.HeaderClassName
{
color: #4092EE;
}
.AnyTagClassName
{
color: #4092EE;
}
</style>
background-color css
<style>
a { background-color: #4092EE; }
a { background-color: rgb(64,146,238); }
div.DivClassName
{
background-color: #4092EE;
}
.BgClassName
{
background-color: #4092EE;
}
</style>
border-color css
<style>
span { border-color: #4092EE; }
span { border-color: rgb(64,146,238); }
td.TdClassName
{
border-color: #4092EE;
}
.TagClassName
{
border-color: #4092EE;
}
</style>