Html Css Color HEX #29A9FF Dodger Blue

📋 copy color: '#29A9FF'

red 41 ◦ green 169 ◦ blue 255

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

Shades of Dodger Blue #29A9FF

Tints of Dodger Blue #29A9FF

RGB

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

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

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

R = 8.82%
G = 36.34%
B = 54.84%

CMYK

 C value IS 0.84

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#29A9FF (or 0x29A9FF) is known color: Dodger Blue. HEX triplet: 29, A9 and FF. RGB value is (41,169,255). Sum of RGB (Red+Green+Blue) = 41+169+255=465 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.82% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #29A9FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #29A9FF is #D65600. Grayscale: #8C8C8C. Windows color (decimal): -14046721 or 16754985. OLE color: 16754985.

HSL color Cylindrical-coordinate representation of color #29A9FF: hue angle of 204.11º 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 #29A9FF is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 41 169 255 -
CMYK 0.84 0.34 0 0
HSL 204.11º 1% 0.58% -
HSV(B) 204.11º 0.84% 1% -
XYZ 33.15 36.07 99.82 -
YUV 140.53 192.59 57.01 -
System Red Green Blue C M Y K H S L
Decimal 41 169 255 0.84 0.34 0 0 204.11 1 0.58
Hex 29 A9 FF 54 22 0 0 CC 64 3A
Octal 51 251 377 124 42 0 0 314 144 72
Binary 101001 10101001 11111111 1010100 100010 0 0 11001100 1100100 111010

Color Harmonies of #29A9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29A9FF

Black with #29A9FF

Text Example


Text Example

White with #29A9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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