Html Css Color HEX #2DA5EC Summer Sky

📋 copy color: '#2DA5EC'

red 45 ◦ green 165 ◦ blue 236

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

Shades of Summer Sky #2DA5EC

Tints of Summer Sky #2DA5EC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37%

 BLUE value IS 236 (92.58% from 255) = 52.91%

R = 10.09%
G = 37%
B = 52.91%

CMYK

 C value IS 0.81

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2DA5EC (or 0x2DA5EC) is known color: Summer Sky. HEX triplet: 2D, A5 and EC. RGB value is (45,165,236). Sum of RGB (Red+Green+Blue) = 45+165+236=446 (59% of max value = 765). Red value is 45 (17.97% from 255 or 10.09% from 446); Green value is 165 (64.84% from 255 or 37.00% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #2DA5EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DA5EC is #D25A13. Grayscale: #888888. Windows color (decimal): -13785620 or 15508781. OLE color: 15508781.

HSL color Cylindrical-coordinate representation of color #2DA5EC: hue angle of 202.3º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DA5EC is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 45 165 236 -
CMYK 0.81 0.30 0 0.07
HSL 202.3º 0.83% 0.55% -
HSV(B) 202.3º 0.81% 0.93% -
XYZ 29.68 33.52 84.26 -
YUV 137.21 183.74 62.23 -
System Red Green Blue C M Y K H S L
Decimal 45 165 236 0.81 0.30 0 0.07 202.3 0.83 0.55
Hex 2D A5 EC 51 1E 0 7 CA 53 37
Octal 55 245 354 121 36 0 7 312 123 67
Binary 101101 10100101 11101100 1010001 11110 0 111 11001010 1010011 110111

Color Harmonies of #2DA5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA5EC

Black with #2DA5EC

Text Example


Text Example

White with #2DA5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,165,236); }

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

background-color css

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

 a { background-color: rgb(45,165,236); }

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

border-color css

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

 span { border-color: rgb(45,165,236); }

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