Html Css Color HEX #29ADFF Dodger Blue

📋 copy color: '#29ADFF'

red 41 ◦ green 173 ◦ blue 255

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

Shades of Dodger Blue #29ADFF

Tints of Dodger Blue #29ADFF

RGB

 RED value IS 41 (16.41% from 255) = 8.74%

 GREEN value IS 173 (67.97% from 255) = 36.89%

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

R = 8.74%
G = 36.89%
B = 54.37%

CMYK

 C value IS 0.84

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#29ADFF (or 0x29ADFF) is known color: Dodger Blue. HEX triplet: 29, AD and FF. RGB value is (41,173,255). Sum of RGB (Red+Green+Blue) = 41+173+255=469 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.74% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #29ADFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #29ADFF is #D65200. Grayscale: #8E8E8E. Windows color (decimal): -14045697 or 16756009. OLE color: 16756009.

HSL color Cylindrical-coordinate representation of color #29ADFF: hue angle of 202.99º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29ADFF is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 41 173 255 -
CMYK 0.84 0.32 0 0
HSL 202.99º 1% 0.58% -
HSV(B) 202.99º 0.84% 1% -
XYZ 33.91 37.58 100.07 -
YUV 142.88 191.27 55.33 -
System Red Green Blue C M Y K H S L
Decimal 41 173 255 0.84 0.32 0 0 202.99 1 0.58
Hex 29 AD FF 54 20 0 0 CB 64 3A
Octal 51 255 377 124 40 0 0 313 144 72
Binary 101001 10101101 11111111 1010100 100000 0 0 11001011 1100100 111010

Color Harmonies of #29ADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29ADFF

Black with #29ADFF

Text Example


Text Example

White with #29ADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29ADFF; }

 p { color: rgb(41,173,255); }

 H1.HeaderClassName
 {
   color: #29ADFF;
 }
 .AnyTagClassName
 {
   color: #29ADFF;
 }
</style>

background-color css

<style>
 a { background-color: #29ADFF; }

 a { background-color: rgb(41,173,255); }

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

border-color css

<style>
 span { border-color: #29ADFF; }

 span { border-color: rgb(41,173,255); }

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