Shades of Summer Sky #2E8FDD
Tints of Summer Sky #2E8FDD
RGB
CMYK
RGB Variations
Color information
#2E8FDD (or 0x2E8FDD) is known color: Summer Sky. HEX triplet: 2E, 8F and DD. RGB value is (46,143,221). Sum of RGB (Red+Green+Blue) = 46+143+221=410 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.22% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E8FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8FDD is #D17022. Grayscale: #7A7A7A. Windows color (decimal): -13725731 or 14520110. OLE color: 14520110.
HSL color Cylindrical-coordinate representation of color #2E8FDD: hue angle of 206.74º 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 #2E8FDD is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 143 | 221 | - |
| CMYK | 0.79 | 0.35 | 0 | 0.13 |
| HSL | 206.74º | 0.72% | 0.52% | - |
| HSV(B) | 206.74º | 0.79% | 0.87% | - |
| XYZ | 24 | 25.45 | 72.05 | - |
| YUV | 122.89 | 183.36 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 143 | 221 | 0.79 | 0.35 | 0 | 0.13 | 206.74 | 0.72 | 0.52 |
| Hex | 2E | 8F | DD | 4F | 23 | 0 | D | CF | 48 | 34 |
| Octal | 56 | 217 | 335 | 117 | 43 | 0 | 15 | 317 | 110 | 64 |
| Binary | 101110 | 10001111 | 11011101 | 1001111 | 100011 | 0 | 1101 | 11001111 | 1001000 | 110100 |
Color Harmonies of #2E8FDD
Complementary color
Monochromatic Colors of #2E8FDD
Black with #2E8FDD
Text Example
Text Example
White with #2E8FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8FDD; }
p { color: rgb(46,143,221); }
H1.HeaderClassName
{
color: #2E8FDD;
}
.AnyTagClassName
{
color: #2E8FDD;
}
</style>
background-color css
<style>
a { background-color: #2E8FDD; }
a { background-color: rgb(46,143,221); }
div.DivClassName
{
background-color: #2E8FDD;
}
.BgClassName
{
background-color: #2E8FDD;
}
</style>
border-color css
<style>
span { border-color: #2E8FDD; }
span { border-color: rgb(46,143,221); }
td.TdClassName
{
border-color: #2E8FDD;
}
.TagClassName
{
border-color: #2E8FDD;
}
</style>