Html Css Color HEX #1DA2EC Dodger Blue

📋 copy color: '#1DA2EC'

red 29 ◦ green 162 ◦ blue 236

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

Shades of Dodger Blue #1DA2EC

Tints of Dodger Blue #1DA2EC

RGB

 RED value IS 29 (11.72% from 255) = 6.79%

 GREEN value IS 162 (63.67% from 255) = 37.94%

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

R = 6.79%
G = 37.94%
B = 55.27%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1DA2EC (or 0x1DA2EC) is known color: Dodger Blue. HEX triplet: 1D, A2 and EC. RGB value is (29,162,236). Sum of RGB (Red+Green+Blue) = 29+162+236=427 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.79% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #1DA2EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DA2EC is #E25D13. Grayscale: #828282. Windows color (decimal): -14834964 or 15507997. OLE color: 15507997.

HSL color Cylindrical-coordinate representation of color #1DA2EC: hue angle of 201.45º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DA2EC is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 29 162 236 -
CMYK 0.88 0.31 0 0.07
HSL 201.45º 0.84% 0.52% -
HSV(B) 201.45º 0.88% 0.93% -
XYZ 28.57 32.16 84.06 -
YUV 130.67 187.44 55.48 -
System Red Green Blue C M Y K H S L
Decimal 29 162 236 0.88 0.31 0 0.07 201.45 0.84 0.52
Hex 1D A2 EC 58 1F 0 7 C9 54 34
Octal 35 242 354 130 37 0 7 311 124 64
Binary 11101 10100010 11101100 1011000 11111 0 111 11001001 1010100 110100

Color Harmonies of #1DA2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA2EC

Black with #1DA2EC

Text Example


Text Example

White with #1DA2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1DA2EC; }

 p { color: rgb(29,162,236); }

 H1.HeaderClassName
 {
   color: #1DA2EC;
 }
 .AnyTagClassName
 {
   color: #1DA2EC;
 }
</style>

background-color css

<style>
 a { background-color: #1DA2EC; }

 a { background-color: rgb(29,162,236); }

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

border-color css

<style>
 span { border-color: #1DA2EC; }

 span { border-color: rgb(29,162,236); }

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