Html Css Color HEX #29A0EE Dodger Blue

📋 copy color: '#29A0EE'

red 41 ◦ green 160 ◦ blue 238

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

Shades of Dodger Blue #29A0EE

Tints of Dodger Blue #29A0EE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.45%

 BLUE value IS 238 (93.36% from 255) = 54.21%

R = 9.34%
G = 36.45%
B = 54.21%

CMYK

 C value IS 0.83

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#29A0EE (or 0x29A0EE) is known color: Dodger Blue. HEX triplet: 29, A0 and EE. RGB value is (41,160,238). Sum of RGB (Red+Green+Blue) = 41+160+238=439 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.34% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 238 (93.36% from 255 or 54.21% from 439); Max value from RGB is 238 - color contains mainly: blue. Hex color #29A0EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #29A0EE is #D65F11. Grayscale: #848484. Windows color (decimal): -14049042 or 15638569. OLE color: 15638569.

HSL color Cylindrical-coordinate representation of color #29A0EE: hue angle of 203.76º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29A0EE is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 160 238 -
CMYK 0.83 0.33 0 0.07
HSL 203.76º 0.85% 0.55% -
HSV(B) 203.76º 0.83% 0.93% -
XYZ 28.92 31.79 85.5 -
YUV 133.31 187.08 62.16 -
System Red Green Blue C M Y K H S L
Decimal 41 160 238 0.83 0.33 0 0.07 203.76 0.85 0.55
Hex 29 A0 EE 53 21 0 7 CC 55 37
Octal 51 240 356 123 41 0 7 314 125 67
Binary 101001 10100000 11101110 1010011 100001 0 111 11001100 1010101 110111

Color Harmonies of #29A0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29A0EE

Black with #29A0EE

Text Example


Text Example

White with #29A0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,160,238); }

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

background-color css

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

 a { background-color: rgb(41,160,238); }

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

border-color css

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

 span { border-color: rgb(41,160,238); }

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