#1DAAFF

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

Shades of Dodger Blue #1DAAFF

Tints of Dodger Blue #1DAAFF

Color information

#1DAAFF (or 0x1DAAFF) is unknown color: approx Dodger Blue. HEX triplet: 1D, AA and FF. RGB value is (29,170,255). Sum of RGB (Red+Green+Blue) = 29+170+255=454 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.39% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #1DAAFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DAAFF is #E25500. Grayscale: #898989. Windows color (decimal): -14832897 or 16755229. OLE color: 16755229.

HSL color Cylindrical-coordinate representation of color #1DAAFF: hue angle of 202.57º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DAAFF is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB29170255-
CMYK0.890.3300
HSL202.57º100%55.69%-
HSV(B)202.57º88.63%100%-
XYZ32.9336.2399.87-
YUV137.53194.2950.59-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.39%
GREEN value IS 170 (66.80% from 255) = 37.44%
BLUE value IS 255 (100% from 255) = 56.17%
R=6.39%
G=37.44%
B=56.17%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal291702550.890.3300202.5710055.69
Hex1DAAFF592100cb6438
Octal35252377131410031314470
Binary111011010101011111111101100110000100110010111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DAAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1DAAFF; }

 p { color: rgb(29,170,255); }

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

<style>
 a { background-color: #1DAAFF; }

 a { background-color: rgb(29,170,255); }

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

<style>
 span { border-color: #1DAAFF; }

 span { border-color: rgb(29,170,255); }

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