Html Css Color HEX #108BE1 Dodger Blue

📋 copy color: '#108BE1'

red 16 ◦ green 139 ◦ blue 225

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

Shades of Dodger Blue #108BE1

Tints of Dodger Blue #108BE1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.58%

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

R = 4.21%
G = 36.58%
B = 59.21%

CMYK

 C value IS 0.93

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#108BE1 (or 0x108BE1) is known color: Dodger Blue. HEX triplet: 10, 8B and E1. RGB value is (16,139,225). Sum of RGB (Red+Green+Blue) = 16+139+225=380 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.21% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 225 (88.28% from 255 or 59.21% from 380); Max value from RGB is 225 - color contains mainly: blue. Hex color #108BE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108BE1 is #EF741E. Grayscale: #6F6F6F. Windows color (decimal): -15692831 or 14781200. OLE color: 14781200.

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

Color convert

RGB 16 139 225 -
CMYK 0.93 0.38 0 0.12
HSL 204.69º 0.87% 0.47% -
HSV(B) 204.69º 0.93% 0.88% -
XYZ 23.04 24.01 74.65 -
YUV 112.03 191.75 59.51 -
System Red Green Blue C M Y K H S L
Decimal 16 139 225 0.93 0.38 0 0.12 204.69 0.87 0.47
Hex 10 8B E1 5D 26 0 C CD 57 2F
Octal 20 213 341 135 46 0 14 315 127 57
Binary 10000 10001011 11100001 1011101 100110 0 1100 11001101 1010111 101111

Color Harmonies of #108BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108BE1

Black with #108BE1

Text Example


Text Example

White with #108BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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