Html Css Color HEX #1DA0EB Dodger Blue

📋 copy color: '#1DA0EB'

red 29 ◦ green 160 ◦ blue 235

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

Shades of Dodger Blue #1DA0EB

Tints of Dodger Blue #1DA0EB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.74%

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

R = 6.84%
G = 37.74%
B = 55.42%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1DA0EB (or 0x1DA0EB) is known color: Dodger Blue. HEX triplet: 1D, A0 and EB. RGB value is (29,160,235). Sum of RGB (Red+Green+Blue) = 29+160+235=424 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.84% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #1DA0EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DA0EB is #E25F14. Grayscale: #808080. Windows color (decimal): -14835477 or 15441949. OLE color: 15441949.

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

Color convert

RGB 29 160 235 -
CMYK 0.88 0.32 0 0.08
HSL 201.84º 0.84% 0.52% -
HSV(B) 201.84º 0.88% 0.92% -
XYZ 28.07 31.4 83.18 -
YUV 129.38 187.6 56.4 -
System Red Green Blue C M Y K H S L
Decimal 29 160 235 0.88 0.32 0 0.08 201.84 0.84 0.52
Hex 1D A0 EB 58 20 0 8 CA 54 34
Octal 35 240 353 130 40 0 10 312 124 64
Binary 11101 10100000 11101011 1011000 100000 0 1000 11001010 1010100 110100

Color Harmonies of #1DA0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA0EB

Black with #1DA0EB

Text Example


Text Example

White with #1DA0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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