#1090E0

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

Shades of Dodger Blue #1090E0

Tints of Dodger Blue #1090E0

Color information

#1090E0 (or 0x1090E0) is unknown color: approx Dodger Blue. HEX triplet: 10, 90 and E0. RGB value is (16,144,224). Sum of RGB (Red+Green+Blue) = 16+144+224=384 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.17% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 224 (87.89% from 255 or 58.33% from 384); Max value from RGB is 224 - color contains mainly: blue. Hex color #1090E0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1090E0 is #EF6F1F. Grayscale: #727272. Windows color (decimal): -15691552 or 14716944. OLE color: 14716944.

HSL color Cylindrical-coordinate representation of color #1090E0: hue angle of 203.08º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1090E0 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16144224-
CMYK0.930.3600.12
HSL203.08º86.67%47.06%-
HSV(B)203.08º92.86%87.84%-
XYZ23.6425.4474.19-
YUV114.85189.5957.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.17%
GREEN value IS 144 (56.64% from 255) = 37.5%
BLUE value IS 224 (87.89% from 255) = 58.33%
R=4.17%
G=37.5%
B=58.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal161442240.930.3600.12203.0886.6747.06
Hex1090E05D240Ccb572f
Octal202203401354401431312757
Binary100001001000011100000101110110010001100110010111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1090E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1090E0; }

 p { color: rgb(16,144,224); }

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

<style>
 a { background-color: #1090E0; }

 a { background-color: rgb(16,144,224); }

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

<style>
 span { border-color: #1090E0; }

 span { border-color: rgb(16,144,224); }

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