#1D70E9

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

Shades of Dodger Blue #1D70E9

Tints of Dodger Blue #1D70E9

Color information

#1D70E9 (or 0x1D70E9) is unknown color: approx Dodger Blue. HEX triplet: 1D, 70 and E9. RGB value is (29,112,233). Sum of RGB (Red+Green+Blue) = 29+112+233=374 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.75% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 233 (91.41% from 255 or 62.30% from 374); Max value from RGB is 233 - color contains mainly: blue. Hex color #1D70E9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D70E9 is #E28F16. Grayscale: #646464. Windows color (decimal): -14847767 or 15298589. OLE color: 15298589.

HSL color Cylindrical-coordinate representation of color #1D70E9: hue angle of 215.59º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D70E9 is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB29112233-
CMYK0.880.5200.09
HSL215.59º82.26%51.37%-
HSV(B)215.59º87.55%91.37%-
XYZ21.0117.7379.41-
YUV100.98202.576.66-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.75%
GREEN value IS 112 (44.14% from 255) = 29.95%
BLUE value IS 233 (91.41% from 255) = 62.30%
R=7.75%
G=29.95%
B=62.30%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal291122330.880.5200.09215.5982.2651.37
Hex1D70E9583409d85233
Octal351603511306401133012263
Binary11101111000011101001101100011010001001110110001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D70E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,112,233); }

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

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

 a { background-color: rgb(29,112,233); }

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

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

 span { border-color: rgb(29,112,233); }

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