#108CE1

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

Shades of Dodger Blue #108CE1

Tints of Dodger Blue #108CE1

Color information

#108CE1 (or 0x108CE1) is unknown color: approx Dodger Blue. HEX triplet: 10, 8C and E1. RGB value is (16,140,225). Sum of RGB (Red+Green+Blue) = 16+140+225=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 225 (88.28% from 255 or 59.06% from 381); Max value from RGB is 225 - color contains mainly: blue. Hex color #108CE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108CE1 is #EF731E. Grayscale: #707070. Windows color (decimal): -15692575 or 14781456. OLE color: 14781456.

HSL color Cylindrical-coordinate representation of color #108CE1: hue angle of 204.4º 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 #108CE1 is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16140225-
CMYK0.930.3800.12
HSL204.4º86.72%47.25%-
HSV(B)204.4º92.89%88.24%-
XYZ23.1824.374.7-
YUV112.61191.4259.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.20%
GREEN value IS 140 (55.08% from 255) = 36.75%
BLUE value IS 225 (88.28% from 255) = 59.06%
R=4.20%
G=36.75%
B=59.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal161402250.930.3800.12204.486.7247.25
Hex108CE15D260Ccc572f
Octal202143411354601431412757
Binary100001000110011100001101110110011001100110011001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108CE1; }

 p { color: rgb(16,140,225); }

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

<style>
 a { background-color: #108CE1; }

 a { background-color: rgb(16,140,225); }

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

<style>
 span { border-color: #108CE1; }

 span { border-color: rgb(16,140,225); }

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