#1DA6ED

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

Shades of Dodger Blue #1DA6ED

Tints of Dodger Blue #1DA6ED

Color information

#1DA6ED (or 0x1DA6ED) is unknown color: approx Dodger Blue. HEX triplet: 1D, A6 and ED. RGB value is (29,166,237). Sum of RGB (Red+Green+Blue) = 29+166+237=432 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.71% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 237 (92.97% from 255 or 54.86% from 432); Max value from RGB is 237 - color contains mainly: blue. Hex color #1DA6ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DA6ED is #E25912. Grayscale: #848484. Windows color (decimal): -14833939 or 15574557. OLE color: 15574557.

HSL color Cylindrical-coordinate representation of color #1DA6ED: hue angle of 200.48º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DA6ED is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB29166237-
CMYK0.880.3000.07
HSL200.48º85.25%52.16%-
HSV(B)200.48º87.76%92.94%-
XYZ29.4333.6585.06-
YUV133.13186.6153.73-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.71%
GREEN value IS 166 (65.23% from 255) = 38.43%
BLUE value IS 237 (92.97% from 255) = 54.86%
R=6.71%
G=38.43%
B=54.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal291662370.880.3000.07200.4885.2552.16
Hex1DA6ED581E07c85534
Octal35246355130360731012564
Binary1110110100110111011011011000111100111110010001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,166,237); }

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

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

 a { background-color: rgb(29,166,237); }

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

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

 span { border-color: rgb(29,166,237); }

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