Html Css Color HEX #2DA9DD Summer Sky

📋 copy color: '#2DA9DD'

red 45 ◦ green 169 ◦ blue 221

#2DA9DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #2DA9DD

Tints of Summer Sky #2DA9DD

RGB

 RED value IS 45 (17.97% from 255) = 10.34%

 GREEN value IS 169 (66.41% from 255) = 38.85%

 BLUE value IS 221 (86.72% from 255) = 50.8%

R = 10.34%
G = 38.85%
B = 50.8%

CMYK

 C value IS 0.80

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2DA9DD (or 0x2DA9DD) is known color: Summer Sky. HEX triplet: 2D, A9 and DD. RGB value is (45,169,221). Sum of RGB (Red+Green+Blue) = 45+169+221=435 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.34% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #2DA9DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DA9DD is #D25622. Grayscale: #898989. Windows color (decimal): -13784611 or 14526765. OLE color: 14526765.

HSL color Cylindrical-coordinate representation of color #2DA9DD: hue angle of 197.73º 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 #2DA9DD is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 45 169 221 -
CMYK 0.80 0.24 0 0.13
HSL 197.73º 0.72% 0.52% -
HSV(B) 197.73º 0.8% 0.87% -
XYZ 28.32 34.15 73.51 -
YUV 137.85 174.92 61.77 -
System Red Green Blue C M Y K H S L
Decimal 45 169 221 0.80 0.24 0 0.13 197.73 0.72 0.52
Hex 2D A9 DD 50 18 0 D C6 48 34
Octal 55 251 335 120 30 0 15 306 110 64
Binary 101101 10101001 11011101 1010000 11000 0 1101 11000110 1001000 110100

Color Harmonies of #2DA9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA9DD

Black with #2DA9DD

Text Example


Text Example

White with #2DA9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2DA9DD; }

 p { color: rgb(45,169,221); }

 H1.HeaderClassName
 {
   color: #2DA9DD;
 }
 .AnyTagClassName
 {
   color: #2DA9DD;
 }
</style>

background-color css

<style>
 a { background-color: #2DA9DD; }

 a { background-color: rgb(45,169,221); }

 div.DivClassName
 {
   background-color: #2DA9DD;
 }
 .BgClassName
 {
   background-color: #2DA9DD;
 }
</style>

border-color css

<style>
 span { border-color: #2DA9DD; }

 span { border-color: rgb(45,169,221); }

 td.TdClassName
 {
   border-color: #2DA9DD;
 }
 .TagClassName
 {
   border-color: #2DA9DD;
 }
</style>