#29A5F7

Color #29A5F7 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #29A5F7

Tints of Dodger Blue #29A5F7

Color information

#29A5F7 (or 0x29A5F7) is unknown color: approx Dodger Blue. HEX triplet: 29, A5 and F7. RGB value is (41,165,247). Sum of RGB (Red+Green+Blue) = 41+165+247=453 (60% of max value = 765). Red value is 41 (16.41% from 255 or 9.05% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 247 (96.88% from 255 or 54.53% from 453); Max value from RGB is 247 - color contains mainly: blue. Hex color #29A5F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #29A5F7 is #D65A08. Grayscale: #888888. Windows color (decimal): -14047753 or 16229673. OLE color: 16229673.

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

Color convert

RGB41165247-
CMYK0.830.3300.03
HSL203.88º92.79%56.47%-
HSV(B)203.88º83.4%96.86%-
XYZ31.1634.192.93-
YUV137.27189.9259.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.05%
GREEN value IS 165 (64.84% from 255) = 36.42%
BLUE value IS 247 (96.88% from 255) = 54.53%
R=9.05%
G=36.42%
B=54.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal411652470.830.3300.03203.8892.7956.47
Hex29A5F7532103cc5d38
Octal51245367123410331413570
Binary10100110100101111101111010011100001011110011001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,165,247); }

 H1.HeaderClassName
 {
   color: #29A5F7;
 }
 .AnyTagClassName
 {
   color: #29A5F7;
 }
</style>
background-color css

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

 a { background-color: rgb(41,165,247); }

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

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

 span { border-color: rgb(41,165,247); }

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