Html Css Color HEX #29AAFF Dodger Blue

📋 copy color: '#29AAFF'

red 41 ◦ green 170 ◦ blue 255

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

Shades of Dodger Blue #29AAFF

Tints of Dodger Blue #29AAFF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.48%

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

R = 8.8%
G = 36.48%
B = 54.72%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#29AAFF (or 0x29AAFF) is known color: Dodger Blue. HEX triplet: 29, AA and FF. RGB value is (41,170,255). Sum of RGB (Red+Green+Blue) = 41+170+255=466 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.80% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #29AAFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #29AAFF is #D65500. Grayscale: #8C8C8C. Windows color (decimal): -14046465 or 16755241. OLE color: 16755241.

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

Color convert

RGB 41 170 255 -
CMYK 0.84 0.33 0 0
HSL 203.83º 1% 0.58% -
HSV(B) 203.83º 0.84% 1% -
XYZ 33.34 36.44 99.88 -
YUV 141.12 192.26 56.59 -
System Red Green Blue C M Y K H S L
Decimal 41 170 255 0.84 0.33 0 0 203.83 1 0.58
Hex 29 AA FF 54 21 0 0 CC 64 3A
Octal 51 252 377 124 41 0 0 314 144 72
Binary 101001 10101010 11111111 1010100 100001 0 0 11001100 1100100 111010

Color Harmonies of #29AAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29AAFF

Black with #29AAFF

Text Example


Text Example

White with #29AAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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