Html Css Color HEX #1DA2EF Dodger Blue

📋 copy color: '#1DA2EF'

red 29 ◦ green 162 ◦ blue 239

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

Shades of Dodger Blue #1DA2EF

Tints of Dodger Blue #1DA2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.58%

R = 6.74%
G = 37.67%
B = 55.58%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1DA2EF (or 0x1DA2EF) is known color: Dodger Blue. HEX triplet: 1D, A2 and EF. RGB value is (29,162,239). Sum of RGB (Red+Green+Blue) = 29+162+239=430 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.74% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #1DA2EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DA2EF is #E25D10. Grayscale: #828282. Windows color (decimal): -14834961 or 15704605. OLE color: 15704605.

HSL color Cylindrical-coordinate representation of color #1DA2EF: hue angle of 202º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DA2EF is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 29 162 239 -
CMYK 0.88 0.32 0 0.06
HSL 202º 0.87% 0.53% -
HSV(B) 202º 0.88% 0.94% -
XYZ 29.01 32.33 86.37 -
YUV 131.01 188.94 55.24 -
System Red Green Blue C M Y K H S L
Decimal 29 162 239 0.88 0.32 0 0.06 202 0.87 0.53
Hex 1D A2 EF 58 20 0 6 CA 57 35
Octal 35 242 357 130 40 0 6 312 127 65
Binary 11101 10100010 11101111 1011000 100000 0 110 11001010 1010111 110101

Color Harmonies of #1DA2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA2EF

Black with #1DA2EF

Text Example


Text Example

White with #1DA2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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