#1D83E6

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

Shades of Dodger Blue #1D83E6

Tints of Dodger Blue #1D83E6

Color information

#1D83E6 (or 0x1D83E6) is unknown color: approx Dodger Blue. HEX triplet: 1D, 83 and E6. RGB value is (29,131,230). Sum of RGB (Red+Green+Blue) = 29+131+230=390 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.44% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 230 (90.23% from 255 or 58.97% from 390); Max value from RGB is 230 - color contains mainly: blue. Hex color #1D83E6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D83E6 is #E27C19. Grayscale: #6F6F6F. Windows color (decimal): -14842906 or 15106845. OLE color: 15106845.

HSL color Cylindrical-coordinate representation of color #1D83E6: hue angle of 209.55º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D83E6 is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB29131230-
CMYK0.870.4300.10
HSL209.55º80.08%50.78%-
HSV(B)209.55º87.39%90.2%-
XYZ22.9122.2177.94-
YUV111.79194.7168.95-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.44%
GREEN value IS 131 (51.56% from 255) = 33.59%
BLUE value IS 230 (90.23% from 255) = 58.97%
R=7.44%
G=33.59%
B=58.97%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal291312300.870.4300.10209.5580.0850.78
Hex1D83E6572B0Ad25033
Octal352033461275301232212063
Binary111011000001111100110101011110101101010110100101010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D83E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,131,230); }

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

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

 a { background-color: rgb(29,131,230); }

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

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

 span { border-color: rgb(29,131,230); }

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