Html Css Color HEX #29ADFE Dodger Blue

📋 copy color: '#29ADFE'

red 41 ◦ green 173 ◦ blue 254

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

Shades of Dodger Blue #29ADFE

Tints of Dodger Blue #29ADFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.27%

R = 8.76%
G = 36.97%
B = 54.27%

CMYK

 C value IS 0.84

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#29ADFE (or 0x29ADFE) is known color: Dodger Blue. HEX triplet: 29, AD and FE. RGB value is (41,173,254). Sum of RGB (Red+Green+Blue) = 41+173+254=468 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.76% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #29ADFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #29ADFE is #D65201. Grayscale: #8E8E8E. Windows color (decimal): -14045698 or 16690473. OLE color: 16690473.

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

Color convert

RGB 41 173 254 -
CMYK 0.84 0.32 0 0.00
HSL 202.82º 0.99% 0.58% -
HSV(B) 202.82º 0.84% 1% -
XYZ 33.75 37.51 99.23 -
YUV 142.77 190.77 55.41 -
System Red Green Blue C M Y K H S L
Decimal 41 173 254 0.84 0.32 0 0.00 202.82 0.99 0.58
Hex 29 AD FE 54 20 0 0 CB 63 3A
Octal 51 255 376 124 40 0 0 313 143 72
Binary 101001 10101101 11111110 1010100 100000 0 0 11001011 1100011 111010

Color Harmonies of #29ADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29ADFE

Black with #29ADFE

Text Example


Text Example

White with #29ADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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