Html Css Color HEX #1DA2EB Dodger Blue

📋 copy color: '#1DA2EB'

red 29 ◦ green 162 ◦ blue 235

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

Shades of Dodger Blue #1DA2EB

Tints of Dodger Blue #1DA2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.16%

R = 6.81%
G = 38.03%
B = 55.16%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1DA2EB (or 0x1DA2EB) is known color: Dodger Blue. HEX triplet: 1D, A2 and EB. RGB value is (29,162,235). Sum of RGB (Red+Green+Blue) = 29+162+235=426 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.81% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 235 (92.19% from 255 or 55.16% from 426); Max value from RGB is 235 - color contains mainly: blue. Hex color #1DA2EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DA2EB is #E25D14. Grayscale: #828282. Windows color (decimal): -14834965 or 15442461. OLE color: 15442461.

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

Color convert

RGB 29 162 235 -
CMYK 0.88 0.31 0 0.08
HSL 201.26º 0.84% 0.52% -
HSV(B) 201.26º 0.88% 0.92% -
XYZ 28.42 32.1 83.3 -
YUV 130.56 186.94 55.56 -
System Red Green Blue C M Y K H S L
Decimal 29 162 235 0.88 0.31 0 0.08 201.26 0.84 0.52
Hex 1D A2 EB 58 1F 0 8 C9 54 34
Octal 35 242 353 130 37 0 10 311 124 64
Binary 11101 10100010 11101011 1011000 11111 0 1000 11001001 1010100 110100

Color Harmonies of #1DA2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA2EB

Black with #1DA2EB

Text Example


Text Example

White with #1DA2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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