Shades of Cornflower Blue #4090EE
Tints of Cornflower Blue #4090EE
RGB
CMYK
RGB Variations
Color information
#4090EE (or 0x4090EE) is known color: Cornflower Blue. HEX triplet: 40, 90 and EE. RGB value is (64,144,238). Sum of RGB (Red+Green+Blue) = 64+144+238=446 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.35% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #4090EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4090EE is #BF6F11. Grayscale: #828282. Windows color (decimal): -12545810 or 15634496. OLE color: 15634496.
HSL color Cylindrical-coordinate representation of color #4090EE: hue angle of 212.41º 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 #4090EE is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 144 | 238 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.07 |
| HSL | 212.41º | 0.84% | 0.59% | - |
| HSV(B) | 212.41º | 0.73% | 0.93% | - |
| XYZ | 27.52 | 27.21 | 84.69 | - |
| YUV | 130.8 | 188.5 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 144 | 238 | 0.73 | 0.39 | 0 | 0.07 | 212.41 | 0.84 | 0.59 |
| Hex | 40 | 90 | EE | 49 | 27 | 0 | 7 | D4 | 54 | 3B |
| Octal | 100 | 220 | 356 | 111 | 47 | 0 | 7 | 324 | 124 | 73 |
| Binary | 1000000 | 10010000 | 11101110 | 1001001 | 100111 | 0 | 111 | 11010100 | 1010100 | 111011 |
Color Harmonies of #4090EE
Complementary color
Monochromatic Colors of #4090EE
Black with #4090EE
Text Example
Text Example
White with #4090EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4090EE; }
p { color: rgb(64,144,238); }
H1.HeaderClassName
{
color: #4090EE;
}
.AnyTagClassName
{
color: #4090EE;
}
</style>
background-color css
<style>
a { background-color: #4090EE; }
a { background-color: rgb(64,144,238); }
div.DivClassName
{
background-color: #4090EE;
}
.BgClassName
{
background-color: #4090EE;
}
</style>
border-color css
<style>
span { border-color: #4090EE; }
span { border-color: rgb(64,144,238); }
td.TdClassName
{
border-color: #4090EE;
}
.TagClassName
{
border-color: #4090EE;
}
</style>