Shades of Summer Sky #2DA5F3
Tints of Summer Sky #2DA5F3
RGB
CMYK
RGB Variations
Color information
#2DA5F3 (or 0x2DA5F3) is known color: Summer Sky. HEX triplet: 2D, A5 and F3. RGB value is (45,165,243). Sum of RGB (Red+Green+Blue) = 45+165+243=453 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.93% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 243 (95.31% from 255 or 53.64% from 453); Max value from RGB is 243 - color contains mainly: blue. Hex color #2DA5F3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DA5F3 is #D25A0C. Grayscale: #898989. Windows color (decimal): -13785613 or 15967533. OLE color: 15967533.
HSL color Cylindrical-coordinate representation of color #2DA5F3: hue angle of 203.64º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DA5F3 is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 165 | 243 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.05 |
| HSL | 203.64º | 0.89% | 0.56% | - |
| HSV(B) | 203.64º | 0.81% | 0.95% | - |
| XYZ | 30.71 | 33.94 | 89.73 | - |
| YUV | 138.01 | 187.24 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 165 | 243 | 0.81 | 0.32 | 0 | 0.05 | 203.64 | 0.89 | 0.56 |
| Hex | 2D | A5 | F3 | 51 | 20 | 0 | 5 | CC | 59 | 38 |
| Octal | 55 | 245 | 363 | 121 | 40 | 0 | 5 | 314 | 131 | 70 |
| Binary | 101101 | 10100101 | 11110011 | 1010001 | 100000 | 0 | 101 | 11001100 | 1011001 | 111000 |
Color Harmonies of #2DA5F3
Complementary color
Monochromatic Colors of #2DA5F3
Black with #2DA5F3
Text Example
Text Example
White with #2DA5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA5F3; }
p { color: rgb(45,165,243); }
H1.HeaderClassName
{
color: #2DA5F3;
}
.AnyTagClassName
{
color: #2DA5F3;
}
</style>
background-color css
<style>
a { background-color: #2DA5F3; }
a { background-color: rgb(45,165,243); }
div.DivClassName
{
background-color: #2DA5F3;
}
.BgClassName
{
background-color: #2DA5F3;
}
</style>
border-color css
<style>
span { border-color: #2DA5F3; }
span { border-color: rgb(45,165,243); }
td.TdClassName
{
border-color: #2DA5F3;
}
.TagClassName
{
border-color: #2DA5F3;
}
</style>