Html Css Color HEX #1DA9FF Dodger Blue

📋 copy color: '#1DA9FF'

red 29 ◦ green 169 ◦ blue 255

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

Shades of Dodger Blue #1DA9FF

Tints of Dodger Blue #1DA9FF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.31%

 BLUE value IS 255 (100% from 255) = 56.29%

R = 6.4%
G = 37.31%
B = 56.29%

CMYK

 C value IS 0.89

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1DA9FF (or 0x1DA9FF) is known color: Dodger Blue. HEX triplet: 1D, A9 and FF. RGB value is (29,169,255). Sum of RGB (Red+Green+Blue) = 29+169+255=453 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.40% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #1DA9FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DA9FF is #E25600. Grayscale: #888888. Windows color (decimal): -14833153 or 16754973. OLE color: 16754973.

HSL color Cylindrical-coordinate representation of color #1DA9FF: hue angle of 202.83º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DA9FF is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 29 169 255 -
CMYK 0.89 0.34 0 0
HSL 202.83º 1% 0.56% -
HSV(B) 202.83º 0.89% 1% -
XYZ 32.74 35.86 99.8 -
YUV 136.94 194.62 51.01 -
System Red Green Blue C M Y K H S L
Decimal 29 169 255 0.89 0.34 0 0 202.83 1 0.56
Hex 1D A9 FF 59 22 0 0 CB 64 38
Octal 35 251 377 131 42 0 0 313 144 70
Binary 11101 10101001 11111111 1011001 100010 0 0 11001011 1100100 111000

Color Harmonies of #1DA9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA9FF

Black with #1DA9FF

Text Example


Text Example

White with #1DA9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,169,255); }

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

background-color css

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

 a { background-color: rgb(29,169,255); }

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

border-color css

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

 span { border-color: rgb(29,169,255); }

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