Html Css Color HEX #29ABFC Dodger Blue

📋 copy color: '#29ABFC'

red 41 ◦ green 171 ◦ blue 252

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

Shades of Dodger Blue #29ABFC

Tints of Dodger Blue #29ABFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.31%

R = 8.84%
G = 36.85%
B = 54.31%

CMYK

 C value IS 0.84

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#29ABFC (or 0x29ABFC) is known color: Dodger Blue. HEX triplet: 29, AB and FC. RGB value is (41,171,252). Sum of RGB (Red+Green+Blue) = 41+171+252=464 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.84% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #29ABFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #29ABFC is #D65403. Grayscale: #8C8C8C. Windows color (decimal): -14046212 or 16558889. OLE color: 16558889.

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

Color convert

RGB 41 171 252 -
CMYK 0.84 0.32 0 0.01
HSL 203.03º 0.97% 0.57% -
HSV(B) 203.03º 0.84% 0.99% -
XYZ 33.05 36.63 97.42 -
YUV 141.36 190.43 56.41 -
System Red Green Blue C M Y K H S L
Decimal 41 171 252 0.84 0.32 0 0.01 203.03 0.97 0.57
Hex 29 AB FC 54 20 0 1 CB 61 39
Octal 51 253 374 124 40 0 1 313 141 71
Binary 101001 10101011 11111100 1010100 100000 0 1 11001011 1100001 111001

Color Harmonies of #29ABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29ABFC

Black with #29ABFC

Text Example


Text Example

White with #29ABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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