Html Css Color HEX #108EE1 Dodger Blue

📋 copy color: '#108EE1'

red 16 ◦ green 142 ◦ blue 225

#108EE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #108EE1

Tints of Dodger Blue #108EE1

RGB

 RED value IS 16 (6.64% from 255) = 4.18%

 GREEN value IS 142 (55.86% from 255) = 37.08%

 BLUE value IS 225 (88.28% from 255) = 58.75%

R = 4.18%
G = 37.08%
B = 58.75%

CMYK

 C value IS 0.93

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#108EE1 (or 0x108EE1) is known color: Dodger Blue. HEX triplet: 10, 8E and E1. RGB value is (16,142,225). Sum of RGB (Red+Green+Blue) = 16+142+225=383 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.18% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 225 (88.28% from 255 or 58.75% from 383); Max value from RGB is 225 - color contains mainly: blue. Hex color #108EE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108EE1 is #EF711E. Grayscale: #717171. Windows color (decimal): -15692063 or 14781968. OLE color: 14781968.

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

Color convert

RGB 16 142 225 -
CMYK 0.93 0.37 0 0.12
HSL 203.83º 0.87% 0.47% -
HSV(B) 203.83º 0.93% 0.88% -
XYZ 23.48 24.89 74.8 -
YUV 113.79 190.76 58.25 -
System Red Green Blue C M Y K H S L
Decimal 16 142 225 0.93 0.37 0 0.12 203.83 0.87 0.47
Hex 10 8E E1 5D 25 0 C CC 57 2F
Octal 20 216 341 135 45 0 14 314 127 57
Binary 10000 10001110 11100001 1011101 100101 0 1100 11001100 1010111 101111

Color Harmonies of #108EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108EE1

Black with #108EE1

Text Example


Text Example

White with #108EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #108EE1;
 }
 .AnyTagClassName
 {
   color: #108EE1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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