Shades of Summer Sky #2DA8DC
Tints of Summer Sky #2DA8DC
RGB
CMYK
RGB Variations
Color information
#2DA8DC (or 0x2DA8DC) is known color: Summer Sky. HEX triplet: 2D, A8 and DC. RGB value is (45,168,220). Sum of RGB (Red+Green+Blue) = 45+168+220=433 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.39% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #2DA8DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DA8DC is #D25723. Grayscale: #888888. Windows color (decimal): -13784868 or 14460973. OLE color: 14460973.
HSL color Cylindrical-coordinate representation of color #2DA8DC: hue angle of 197.83º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DA8DC is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 168 | 220 | - |
| CMYK | 0.80 | 0.24 | 0 | 0.14 |
| HSL | 197.83º | 0.71% | 0.52% | - |
| HSV(B) | 197.83º | 0.8% | 0.86% | - |
| XYZ | 28 | 33.73 | 72.74 | - |
| YUV | 137.15 | 174.75 | 62.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 168 | 220 | 0.80 | 0.24 | 0 | 0.14 | 197.83 | 0.71 | 0.52 |
| Hex | 2D | A8 | DC | 50 | 18 | 0 | E | C6 | 47 | 34 |
| Octal | 55 | 250 | 334 | 120 | 30 | 0 | 16 | 306 | 107 | 64 |
| Binary | 101101 | 10101000 | 11011100 | 1010000 | 11000 | 0 | 1110 | 11000110 | 1000111 | 110100 |
Color Harmonies of #2DA8DC
Complementary color
Monochromatic Colors of #2DA8DC
Black with #2DA8DC
Text Example
Text Example
White with #2DA8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA8DC; }
p { color: rgb(45,168,220); }
H1.HeaderClassName
{
color: #2DA8DC;
}
.AnyTagClassName
{
color: #2DA8DC;
}
</style>
background-color css
<style>
a { background-color: #2DA8DC; }
a { background-color: rgb(45,168,220); }
div.DivClassName
{
background-color: #2DA8DC;
}
.BgClassName
{
background-color: #2DA8DC;
}
</style>
border-color css
<style>
span { border-color: #2DA8DC; }
span { border-color: rgb(45,168,220); }
td.TdClassName
{
border-color: #2DA8DC;
}
.TagClassName
{
border-color: #2DA8DC;
}
</style>