Shades of Summer Sky #2E90DD
Tints of Summer Sky #2E90DD
RGB
CMYK
RGB Variations
Color information
#2E90DD (or 0x2E90DD) is known color: Summer Sky. HEX triplet: 2E, 90 and DD. RGB value is (46,144,221). Sum of RGB (Red+Green+Blue) = 46+144+221=411 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.19% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E90DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E90DD is #D16F22. Grayscale: #7B7B7B. Windows color (decimal): -13725475 or 14520366. OLE color: 14520366.
HSL color Cylindrical-coordinate representation of color #2E90DD: hue angle of 206.4º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E90DD is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 144 | 221 | - |
| CMYK | 0.79 | 0.35 | 0 | 0.13 |
| HSL | 206.4º | 0.72% | 0.52% | - |
| HSV(B) | 206.4º | 0.79% | 0.87% | - |
| XYZ | 24.15 | 25.75 | 72.1 | - |
| YUV | 123.48 | 183.03 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 144 | 221 | 0.79 | 0.35 | 0 | 0.13 | 206.4 | 0.72 | 0.52 |
| Hex | 2E | 90 | DD | 4F | 23 | 0 | D | CE | 48 | 34 |
| Octal | 56 | 220 | 335 | 117 | 43 | 0 | 15 | 316 | 110 | 64 |
| Binary | 101110 | 10010000 | 11011101 | 1001111 | 100011 | 0 | 1101 | 11001110 | 1001000 | 110100 |
Color Harmonies of #2E90DD
Complementary color
Monochromatic Colors of #2E90DD
Black with #2E90DD
Text Example
Text Example
White with #2E90DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E90DD; }
p { color: rgb(46,144,221); }
H1.HeaderClassName
{
color: #2E90DD;
}
.AnyTagClassName
{
color: #2E90DD;
}
</style>
background-color css
<style>
a { background-color: #2E90DD; }
a { background-color: rgb(46,144,221); }
div.DivClassName
{
background-color: #2E90DD;
}
.BgClassName
{
background-color: #2E90DD;
}
</style>
border-color css
<style>
span { border-color: #2E90DD; }
span { border-color: rgb(46,144,221); }
td.TdClassName
{
border-color: #2E90DD;
}
.TagClassName
{
border-color: #2E90DD;
}
</style>