Shades of Summer Sky #2DA0DF
Tints of Summer Sky #2DA0DF
RGB
CMYK
RGB Variations
Color information
#2DA0DF (or 0x2DA0DF) is known color: Summer Sky. HEX triplet: 2D, A0 and DF. RGB value is (45,160,223). Sum of RGB (Red+Green+Blue) = 45+160+223=428 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.51% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #2DA0DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DA0DF is #D25F20. Grayscale: #848484. Windows color (decimal): -13786913 or 14655533. OLE color: 14655533.
HSL color Cylindrical-coordinate representation of color #2DA0DF: hue angle of 201.24º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DA0DF is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 160 | 223 | - |
| CMYK | 0.80 | 0.28 | 0 | 0.13 |
| HSL | 201.24º | 0.74% | 0.53% | - |
| HSV(B) | 201.24º | 0.8% | 0.87% | - |
| XYZ | 26.97 | 31.03 | 74.38 | - |
| YUV | 132.8 | 178.9 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 160 | 223 | 0.80 | 0.28 | 0 | 0.13 | 201.24 | 0.74 | 0.53 |
| Hex | 2D | A0 | DF | 50 | 1C | 0 | D | C9 | 4A | 35 |
| Octal | 55 | 240 | 337 | 120 | 34 | 0 | 15 | 311 | 112 | 65 |
| Binary | 101101 | 10100000 | 11011111 | 1010000 | 11100 | 0 | 1101 | 11001001 | 1001010 | 110101 |
Color Harmonies of #2DA0DF
Complementary color
Monochromatic Colors of #2DA0DF
Black with #2DA0DF
Text Example
Text Example
White with #2DA0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA0DF; }
p { color: rgb(45,160,223); }
H1.HeaderClassName
{
color: #2DA0DF;
}
.AnyTagClassName
{
color: #2DA0DF;
}
</style>
background-color css
<style>
a { background-color: #2DA0DF; }
a { background-color: rgb(45,160,223); }
div.DivClassName
{
background-color: #2DA0DF;
}
.BgClassName
{
background-color: #2DA0DF;
}
</style>
border-color css
<style>
span { border-color: #2DA0DF; }
span { border-color: rgb(45,160,223); }
td.TdClassName
{
border-color: #2DA0DF;
}
.TagClassName
{
border-color: #2DA0DF;
}
</style>