#1D93E3

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

Shades of Dodger Blue #1D93E3

Tints of Dodger Blue #1D93E3

Color information

#1D93E3 (or 0x1D93E3) is unknown color: approx Dodger Blue. HEX triplet: 1D, 93 and E3. RGB value is (29,147,227). Sum of RGB (Red+Green+Blue) = 29+147+227=403 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.20% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 227 (89.06% from 255 or 56.33% from 403); Max value from RGB is 227 - color contains mainly: blue. Hex color #1D93E3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D93E3 is #E26C1C. Grayscale: #787878. Windows color (decimal): -14838813 or 14914333. OLE color: 14914333.

HSL color Cylindrical-coordinate representation of color #1D93E3: hue angle of 204.24º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D93E3 is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB29147227-
CMYK0.870.3500.11
HSL204.24º77.95%50.2%-
HSV(B)204.24º87.22%89.02%-
XYZ24.8126.6776.51-
YUV120.84187.9162.5-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.20%
GREEN value IS 147 (57.81% from 255) = 36.48%
BLUE value IS 227 (89.06% from 255) = 56.33%
R=7.20%
G=36.48%
B=56.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal291472270.870.3500.11204.2477.9550.2
Hex1D93E357230Bcc4e32
Octal352233431274301331411662
Binary111011001001111100011101011110001101011110011001001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D93E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,147,227); }

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

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

 a { background-color: rgb(29,147,227); }

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

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

 span { border-color: rgb(29,147,227); }

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