Html Css Color HEX #1DA5EE Dodger Blue

📋 copy color: '#1DA5EE'

red 29 ◦ green 165 ◦ blue 238

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

Shades of Dodger Blue #1DA5EE

Tints of Dodger Blue #1DA5EE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.19%

 BLUE value IS 238 (93.36% from 255) = 55.09%

R = 6.71%
G = 38.19%
B = 55.09%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1DA5EE (or 0x1DA5EE) is known color: Dodger Blue. HEX triplet: 1D, A5 and EE. RGB value is (29,165,238). Sum of RGB (Red+Green+Blue) = 29+165+238=432 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.71% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #1DA5EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DA5EE is #E25A11. Grayscale: #848484. Windows color (decimal): -14834194 or 15639837. OLE color: 15639837.

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

Color convert

RGB 29 165 238 -
CMYK 0.88 0.31 0 0.07
HSL 200.96º 0.86% 0.52% -
HSV(B) 200.96º 0.88% 0.93% -
XYZ 29.39 33.34 85.78 -
YUV 132.66 187.44 54.06 -
System Red Green Blue C M Y K H S L
Decimal 29 165 238 0.88 0.31 0 0.07 200.96 0.86 0.52
Hex 1D A5 EE 58 1F 0 7 C9 56 34
Octal 35 245 356 130 37 0 7 311 126 64
Binary 11101 10100101 11101110 1011000 11111 0 111 11001001 1010110 110100

Color Harmonies of #1DA5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA5EE

Black with #1DA5EE

Text Example


Text Example

White with #1DA5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,165,238); }

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

background-color css

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

 a { background-color: rgb(29,165,238); }

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

border-color css

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

 span { border-color: rgb(29,165,238); }

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