#1DA1EF

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

Shades of Dodger Blue #1DA1EF

Tints of Dodger Blue #1DA1EF

Color information

#1DA1EF (or 0x1DA1EF) is unknown color: approx Dodger Blue. HEX triplet: 1D, A1 and EF. RGB value is (29,161,239). Sum of RGB (Red+Green+Blue) = 29+161+239=429 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.76% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #1DA1EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DA1EF is #E25E10. Grayscale: #818181. Windows color (decimal): -14835217 or 15704349. OLE color: 15704349.

HSL color Cylindrical-coordinate representation of color #1DA1EF: hue angle of 202.29º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DA1EF is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB29161239-
CMYK0.880.3300.06
HSL202.29º86.78%52.55%-
HSV(B)202.29º87.87%93.73%-
XYZ28.8331.9886.32-
YUV130.42189.2755.66-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.76%
GREEN value IS 161 (63.28% from 255) = 37.53%
BLUE value IS 239 (93.75% from 255) = 55.71%
R=6.76%
G=37.53%
B=55.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal291612390.880.3300.06202.2986.7852.55
Hex1DA1EF582106ca5735
Octal35241357130410631212765
Binary11101101000011110111110110001000010110110010101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,161,239); }

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

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

 a { background-color: rgb(29,161,239); }

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

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

 span { border-color: rgb(29,161,239); }

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