#1DA4F8

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

Shades of Dodger Blue #1DA4F8

Tints of Dodger Blue #1DA4F8

Color information

#1DA4F8 (or 0x1DA4F8) is unknown color: approx Dodger Blue. HEX triplet: 1D, A4 and F8. RGB value is (29,164,248). Sum of RGB (Red+Green+Blue) = 29+164+248=441 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.58% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 248 (97.27% from 255 or 56.24% from 441); Max value from RGB is 248 - color contains mainly: blue. Hex color #1DA4F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DA4F8 is #E25B07. Grayscale: #848484. Windows color (decimal): -14834440 or 16294941. OLE color: 16294941.

HSL color Cylindrical-coordinate representation of color #1DA4F8: hue angle of 203.01º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DA4F8 is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB29164248-
CMYK0.880.3400.03
HSL203.01º93.99%54.31%-
HSV(B)203.01º88.31%97.25%-
XYZ30.7333.5993.67-
YUV133.21192.7753.67-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.58%
GREEN value IS 164 (64.45% from 255) = 37.19%
BLUE value IS 248 (97.27% from 255) = 56.24%
R=6.58%
G=37.19%
B=56.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal291642480.880.3400.03203.0193.9954.31
Hex1DA4F8582203cb5e36
Octal35244370130420331313666
Binary1110110100100111110001011000100010011110010111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA4F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,164,248); }

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

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

 a { background-color: rgb(29,164,248); }

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

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

 span { border-color: rgb(29,164,248); }

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