Shades of Summer Sky #2D94DD
Tints of Summer Sky #2D94DD
RGB
CMYK
RGB Variations
Color information
#2D94DD (or 0x2D94DD) is known color: Summer Sky. HEX triplet: 2D, 94 and DD. RGB value is (45,148,221). Sum of RGB (Red+Green+Blue) = 45+148+221=414 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.87% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #2D94DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D94DD is #D26B22. Grayscale: #7D7D7D. Windows color (decimal): -13789987 or 14521389. OLE color: 14521389.
HSL color Cylindrical-coordinate representation of color #2D94DD: hue angle of 204.89º 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 #2D94DD is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 148 | 221 | - |
| CMYK | 0.80 | 0.33 | 0 | 0.13 |
| HSL | 204.89º | 0.72% | 0.52% | - |
| HSV(B) | 204.89º | 0.8% | 0.87% | - |
| XYZ | 24.72 | 26.96 | 72.31 | - |
| YUV | 125.53 | 181.88 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 148 | 221 | 0.80 | 0.33 | 0 | 0.13 | 204.89 | 0.72 | 0.52 |
| Hex | 2D | 94 | DD | 50 | 21 | 0 | D | CD | 48 | 34 |
| Octal | 55 | 224 | 335 | 120 | 41 | 0 | 15 | 315 | 110 | 64 |
| Binary | 101101 | 10010100 | 11011101 | 1010000 | 100001 | 0 | 1101 | 11001101 | 1001000 | 110100 |
Color Harmonies of #2D94DD
Complementary color
Monochromatic Colors of #2D94DD
Black with #2D94DD
Text Example
Text Example
White with #2D94DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D94DD; }
p { color: rgb(45,148,221); }
H1.HeaderClassName
{
color: #2D94DD;
}
.AnyTagClassName
{
color: #2D94DD;
}
</style>
background-color css
<style>
a { background-color: #2D94DD; }
a { background-color: rgb(45,148,221); }
div.DivClassName
{
background-color: #2D94DD;
}
.BgClassName
{
background-color: #2D94DD;
}
</style>
border-color css
<style>
span { border-color: #2D94DD; }
span { border-color: rgb(45,148,221); }
td.TdClassName
{
border-color: #2D94DD;
}
.TagClassName
{
border-color: #2D94DD;
}
</style>