Shades of Summer Sky #2DA8DD
Tints of Summer Sky #2DA8DD
RGB
CMYK
RGB Variations
Color information
#2DA8DD (or 0x2DA8DD) is known color: Summer Sky. HEX triplet: 2D, A8 and DD. RGB value is (45,168,221). Sum of RGB (Red+Green+Blue) = 45+168+221=434 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.37% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #2DA8DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DA8DD is #D25722. Grayscale: #888888. Windows color (decimal): -13784867 or 14526509. OLE color: 14526509.
HSL color Cylindrical-coordinate representation of color #2DA8DD: hue angle of 198.07º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DA8DD is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 168 | 221 | - |
| CMYK | 0.80 | 0.24 | 0 | 0.13 |
| HSL | 198.07º | 0.72% | 0.52% | - |
| HSV(B) | 198.07º | 0.8% | 0.87% | - |
| XYZ | 28.14 | 33.78 | 73.44 | - |
| YUV | 137.27 | 175.25 | 62.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 168 | 221 | 0.80 | 0.24 | 0 | 0.13 | 198.07 | 0.72 | 0.52 |
| Hex | 2D | A8 | DD | 50 | 18 | 0 | D | C6 | 48 | 34 |
| Octal | 55 | 250 | 335 | 120 | 30 | 0 | 15 | 306 | 110 | 64 |
| Binary | 101101 | 10101000 | 11011101 | 1010000 | 11000 | 0 | 1101 | 11000110 | 1001000 | 110100 |
Color Harmonies of #2DA8DD
Complementary color
Monochromatic Colors of #2DA8DD
Black with #2DA8DD
Text Example
Text Example
White with #2DA8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA8DD; }
p { color: rgb(45,168,221); }
H1.HeaderClassName
{
color: #2DA8DD;
}
.AnyTagClassName
{
color: #2DA8DD;
}
</style>
background-color css
<style>
a { background-color: #2DA8DD; }
a { background-color: rgb(45,168,221); }
div.DivClassName
{
background-color: #2DA8DD;
}
.BgClassName
{
background-color: #2DA8DD;
}
</style>
border-color css
<style>
span { border-color: #2DA8DD; }
span { border-color: rgb(45,168,221); }
td.TdClassName
{
border-color: #2DA8DD;
}
.TagClassName
{
border-color: #2DA8DD;
}
</style>