Html Css Color HEX #29A8F9 Dodger Blue

📋 copy color: '#29A8F9'

red 41 ◦ green 168 ◦ blue 249

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

Shades of Dodger Blue #29A8F9

Tints of Dodger Blue #29A8F9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.68%

 BLUE value IS 249 (97.66% from 255) = 54.37%

R = 8.95%
G = 36.68%
B = 54.37%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#29A8F9 (or 0x29A8F9) is known color: Dodger Blue. HEX triplet: 29, A8 and F9. RGB value is (41,168,249). Sum of RGB (Red+Green+Blue) = 41+168+249=458 (60% of max value = 765). Red value is 41 (16.41% from 255 or 8.95% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 249 (97.66% from 255 or 54.37% from 458); Max value from RGB is 249 - color contains mainly: blue. Hex color #29A8F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #29A8F9 is #D65706. Grayscale: #8A8A8A. Windows color (decimal): -14046983 or 16361513. OLE color: 16361513.

HSL color Cylindrical-coordinate representation of color #29A8F9: hue angle of 203.37º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29A8F9 is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 168 249 -
CMYK 0.84 0.33 0 0.02
HSL 203.37º 0.95% 0.57% -
HSV(B) 203.37º 0.84% 0.98% -
XYZ 32.02 35.32 94.75 -
YUV 139.26 189.92 57.91 -
System Red Green Blue C M Y K H S L
Decimal 41 168 249 0.84 0.33 0 0.02 203.37 0.95 0.57
Hex 29 A8 F9 54 21 0 2 CB 5F 39
Octal 51 250 371 124 41 0 2 313 137 71
Binary 101001 10101000 11111001 1010100 100001 0 10 11001011 1011111 111001

Color Harmonies of #29A8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29A8F9

Black with #29A8F9

Text Example


Text Example

White with #29A8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,168,249); }

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

background-color css

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

 a { background-color: rgb(41,168,249); }

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

border-color css

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

 span { border-color: rgb(41,168,249); }

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