#108FE1

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

Shades of Dodger Blue #108FE1

Tints of Dodger Blue #108FE1

Color information

#108FE1 (or 0x108FE1) is unknown color: approx Dodger Blue. HEX triplet: 10, 8F and E1. RGB value is (16,143,225). Sum of RGB (Red+Green+Blue) = 16+143+225=384 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.17% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 225 (88.28% from 255 or 58.59% from 384); Max value from RGB is 225 - color contains mainly: blue. Hex color #108FE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108FE1 is #EF701E. Grayscale: #717171. Windows color (decimal): -15691807 or 14782224. OLE color: 14782224.

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

Color convert

RGB16143225-
CMYK0.930.3600.12
HSL203.54º86.72%47.25%-
HSV(B)203.54º92.89%88.24%-
XYZ23.6325.1974.85-
YUV114.38190.4257.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.17%
GREEN value IS 143 (56.25% from 255) = 37.24%
BLUE value IS 225 (88.28% from 255) = 58.59%
R=4.17%
G=37.24%
B=58.59%

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
Decimal161432250.930.3600.12203.5486.7247.25
Hex108FE15D240Ccc572f
Octal202173411354401431412757
Binary100001000111111100001101110110010001100110011001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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