#1093EA

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

Shades of Dodger Blue #1093EA

Tints of Dodger Blue #1093EA

Color information

#1093EA (or 0x1093EA) is unknown color: approx Dodger Blue. HEX triplet: 10, 93 and EA. RGB value is (16,147,234). Sum of RGB (Red+Green+Blue) = 16+147+234=397 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.03% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #1093EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1093EA is #EF6C15. Grayscale: #757575. Windows color (decimal): -15690774 or 15373072. OLE color: 15373072.

HSL color Cylindrical-coordinate representation of color #1093EA: hue angle of 203.94º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1093EA is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16147234-
CMYK0.930.3700.08
HSL203.94º87.2%49.02%-
HSV(B)203.94º93.16%91.76%-
XYZ25.526.9281.69-
YUV117.75193.655.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.03%
GREEN value IS 147 (57.81% from 255) = 37.03%
BLUE value IS 234 (91.80% from 255) = 58.94%
R=4.03%
G=37.03%
B=58.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal161472340.930.3700.08203.9487.249.02
Hex1093EA5D2508cc5731
Octal202233521354501031412761
Binary100001001001111101010101110110010101000110011001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1093EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1093EA; }

 p { color: rgb(16,147,234); }

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

<style>
 a { background-color: #1093EA; }

 a { background-color: rgb(16,147,234); }

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

<style>
 span { border-color: #1093EA; }

 span { border-color: rgb(16,147,234); }

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