#1D90EC

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

Shades of Dodger Blue #1D90EC

Tints of Dodger Blue #1D90EC

Color information

#1D90EC (or 0x1D90EC) is unknown color: approx Dodger Blue. HEX triplet: 1D, 90 and EC. RGB value is (29,144,236). Sum of RGB (Red+Green+Blue) = 29+144+236=409 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.09% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #1D90EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D90EC is #E26F13. Grayscale: #777777. Windows color (decimal): -14839572 or 15503389. OLE color: 15503389.

HSL color Cylindrical-coordinate representation of color #1D90EC: hue angle of 206.67º degrees, saturation: 0.84, 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 #1D90EC is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB29144236-
CMYK0.880.3900.07
HSL206.67º84.49%51.96%-
HSV(B)206.67º87.71%92.55%-
XYZ25.6226.2683.08-
YUV120.1193.463.02-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.09%
GREEN value IS 144 (56.64% from 255) = 35.21%
BLUE value IS 236 (92.58% from 255) = 57.70%
R=7.09%
G=35.21%
B=57.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal291442360.880.3900.07206.6784.4951.96
Hex1D90EC582707cf5434
Octal35220354130470731712464
Binary11101100100001110110010110001001110111110011111010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D90EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,144,236); }

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

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

 a { background-color: rgb(29,144,236); }

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

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

 span { border-color: rgb(29,144,236); }

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