Html Css Color HEX #1DA1EF Dodger Blue

📋 copy color: '#1DA1EF'

red 29 ◦ green 161 ◦ blue 239

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

Shades of Dodger Blue #1DA1EF

Tints of Dodger Blue #1DA1EF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.53%

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

R = 6.76%
G = 37.53%
B = 55.71%

CMYK

 C value IS 0.88

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1DA1EF (or 0x1DA1EF) is known color: Dodger Blue. HEX triplet: 1D, A1 and EF. RGB value is (29,161,239). Sum of RGB (Red+Green+Blue) = 29+161+239=429 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.76% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #1DA1EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DA1EF is #E25E10. Grayscale: #818181. Windows color (decimal): -14835217 or 15704349. OLE color: 15704349.

HSL color Cylindrical-coordinate representation of color #1DA1EF: hue angle of 202.29º 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 #1DA1EF is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 29 161 239 -
CMYK 0.88 0.33 0 0.06
HSL 202.29º 0.87% 0.53% -
HSV(B) 202.29º 0.88% 0.94% -
XYZ 28.83 31.98 86.32 -
YUV 130.42 189.27 55.66 -
System Red Green Blue C M Y K H S L
Decimal 29 161 239 0.88 0.33 0 0.06 202.29 0.87 0.53
Hex 1D A1 EF 58 21 0 6 CA 57 35
Octal 35 241 357 130 41 0 6 312 127 65
Binary 11101 10100001 11101111 1011000 100001 0 110 11001010 1010111 110101

Color Harmonies of #1DA1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA1EF

Black with #1DA1EF

Text Example


Text Example

White with #1DA1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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