Shades of Summer Sky #2D96DD
Tints of Summer Sky #2D96DD
RGB
CMYK
RGB Variations
Color information
#2D96DD (or 0x2D96DD) is known color: Summer Sky. HEX triplet: 2D, 96 and DD. RGB value is (45,150,221). Sum of RGB (Red+Green+Blue) = 45+150+221=416 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.82% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #2D96DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D96DD is #D26922. Grayscale: #7E7E7E. Windows color (decimal): -13789475 or 14521901. OLE color: 14521901.
HSL color Cylindrical-coordinate representation of color #2D96DD: hue angle of 204.2º 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 #2D96DD is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 150 | 221 | - |
| CMYK | 0.80 | 0.32 | 0 | 0.13 |
| HSL | 204.2º | 0.72% | 0.52% | - |
| HSV(B) | 204.2º | 0.8% | 0.87% | - |
| XYZ | 25.04 | 27.59 | 72.41 | - |
| YUV | 126.7 | 181.21 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 150 | 221 | 0.80 | 0.32 | 0 | 0.13 | 204.2 | 0.72 | 0.52 |
| Hex | 2D | 96 | DD | 50 | 20 | 0 | D | CC | 48 | 34 |
| Octal | 55 | 226 | 335 | 120 | 40 | 0 | 15 | 314 | 110 | 64 |
| Binary | 101101 | 10010110 | 11011101 | 1010000 | 100000 | 0 | 1101 | 11001100 | 1001000 | 110100 |
Color Harmonies of #2D96DD
Complementary color
Monochromatic Colors of #2D96DD
Black with #2D96DD
Text Example
Text Example
White with #2D96DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D96DD; }
p { color: rgb(45,150,221); }
H1.HeaderClassName
{
color: #2D96DD;
}
.AnyTagClassName
{
color: #2D96DD;
}
</style>
background-color css
<style>
a { background-color: #2D96DD; }
a { background-color: rgb(45,150,221); }
div.DivClassName
{
background-color: #2D96DD;
}
.BgClassName
{
background-color: #2D96DD;
}
</style>
border-color css
<style>
span { border-color: #2D96DD; }
span { border-color: rgb(45,150,221); }
td.TdClassName
{
border-color: #2D96DD;
}
.TagClassName
{
border-color: #2D96DD;
}
</style>