Html Css Color HEX #1DA8EF Dodger Blue

📋 copy color: '#1DA8EF'

red 29 ◦ green 168 ◦ blue 239

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

Shades of Dodger Blue #1DA8EF

Tints of Dodger Blue #1DA8EF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.53%

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

R = 6.65%
G = 38.53%
B = 54.82%

CMYK

 C value IS 0.88

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1DA8EF (or 0x1DA8EF) is known color: Dodger Blue. HEX triplet: 1D, A8 and EF. RGB value is (29,168,239). Sum of RGB (Red+Green+Blue) = 29+168+239=436 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.65% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #1DA8EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DA8EF is #E25710. Grayscale: #868686. Windows color (decimal): -14833425 or 15706141. OLE color: 15706141.

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

Color convert

RGB 29 168 239 -
CMYK 0.88 0.30 0 0.06
HSL 200.29º 0.87% 0.53% -
HSV(B) 200.29º 0.88% 0.94% -
XYZ 30.09 34.5 86.73 -
YUV 134.53 186.95 52.73 -
System Red Green Blue C M Y K H S L
Decimal 29 168 239 0.88 0.30 0 0.06 200.29 0.87 0.53
Hex 1D A8 EF 58 1E 0 6 C8 57 35
Octal 35 250 357 130 36 0 6 310 127 65
Binary 11101 10101000 11101111 1011000 11110 0 110 11001000 1010111 110101

Color Harmonies of #1DA8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA8EF

Black with #1DA8EF

Text Example


Text Example

White with #1DA8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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