Html Css Color HEX #108BDD Dodger Blue

📋 copy color: '#108BDD'

red 16 ◦ green 139 ◦ blue 221

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

Shades of Dodger Blue #108BDD

Tints of Dodger Blue #108BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.78%

R = 4.26%
G = 36.97%
B = 58.78%

CMYK

 C value IS 0.93

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#108BDD (or 0x108BDD) is known color: Dodger Blue. HEX triplet: 10, 8B and DD. RGB value is (16,139,221). Sum of RGB (Red+Green+Blue) = 16+139+221=376 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.26% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #108BDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108BDD is #EF7422. Grayscale: #6F6F6F. Windows color (decimal): -15692835 or 14519056. OLE color: 14519056.

HSL color Cylindrical-coordinate representation of color #108BDD: hue angle of 204º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #108BDD is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 139 221 -
CMYK 0.93 0.37 0 0.13
HSL 204º 0.86% 0.46% -
HSV(B) 204º 0.93% 0.87% -
XYZ 22.5 23.8 71.81 -
YUV 111.57 189.75 59.83 -
System Red Green Blue C M Y K H S L
Decimal 16 139 221 0.93 0.37 0 0.13 204 0.86 0.46
Hex 10 8B DD 5D 25 0 D CC 56 2E
Octal 20 213 335 135 45 0 15 314 126 56
Binary 10000 10001011 11011101 1011101 100101 0 1101 11001100 1010110 101110

Color Harmonies of #108BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108BDD

Black with #108BDD

Text Example


Text Example

White with #108BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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