Html Css Color HEX #29ABFE Dodger Blue

📋 copy color: '#29ABFE'

red 41 ◦ green 171 ◦ blue 254

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

Shades of Dodger Blue #29ABFE

Tints of Dodger Blue #29ABFE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.7%

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

R = 8.8%
G = 36.7%
B = 54.51%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#29ABFE (or 0x29ABFE) is known color: Dodger Blue. HEX triplet: 29, AB and FE. RGB value is (41,171,254). Sum of RGB (Red+Green+Blue) = 41+171+254=466 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.80% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #29ABFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #29ABFE is #D65401. Grayscale: #8D8D8D. Windows color (decimal): -14046210 or 16689961. OLE color: 16689961.

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

Color convert

RGB 41 171 254 -
CMYK 0.84 0.33 0 0.00
HSL 203.38º 0.99% 0.58% -
HSV(B) 203.38º 0.84% 1% -
XYZ 33.37 36.75 99.1 -
YUV 141.59 191.43 56.25 -
System Red Green Blue C M Y K H S L
Decimal 41 171 254 0.84 0.33 0 0.00 203.38 0.99 0.58
Hex 29 AB FE 54 21 0 0 CB 63 3A
Octal 51 253 376 124 41 0 0 313 143 72
Binary 101001 10101011 11111110 1010100 100001 0 0 11001011 1100011 111010

Color Harmonies of #29ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29ABFE

Black with #29ABFE

Text Example


Text Example

White with #29ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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