Html Css Color HEX #118ADE Dodger Blue

📋 copy color: '#118ADE'

red 17 ◦ green 138 ◦ blue 222

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

Shades of Dodger Blue #118ADE

Tints of Dodger Blue #118ADE

RGB

 RED value IS 17 (7.03% from 255) = 4.51%

 GREEN value IS 138 (54.3% from 255) = 36.6%

 BLUE value IS 222 (87.11% from 255) = 58.89%

R = 4.51%
G = 36.6%
B = 58.89%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#118ADE (or 0x118ADE) is known color: Dodger Blue. HEX triplet: 11, 8A and DE. RGB value is (17,138,222). Sum of RGB (Red+Green+Blue) = 17+138+222=377 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.51% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 222 (87.11% from 255 or 58.89% from 377); Max value from RGB is 222 - color contains mainly: blue. Hex color #118ADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118ADE is #EE7521. Grayscale: #6E6E6E. Windows color (decimal): -15627554 or 14584337. OLE color: 14584337.

HSL color Cylindrical-coordinate representation of color #118ADE: hue angle of 204.59º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #118ADE is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 138 222 -
CMYK 0.92 0.38 0 0.13
HSL 204.59º 0.86% 0.47% -
HSV(B) 204.59º 0.92% 0.87% -
XYZ 22.5 23.57 72.47 -
YUV 111.4 190.41 60.67 -
System Red Green Blue C M Y K H S L
Decimal 17 138 222 0.92 0.38 0 0.13 204.59 0.86 0.47
Hex 11 8A DE 5C 26 0 D CD 56 2F
Octal 21 212 336 134 46 0 15 315 126 57
Binary 10001 10001010 11011110 1011100 100110 0 1101 11001101 1010110 101111

Color Harmonies of #118ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118ADE

Black with #118ADE

Text Example


Text Example

White with #118ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118ADE; }

 p { color: rgb(17,138,222); }

 H1.HeaderClassName
 {
   color: #118ADE;
 }
 .AnyTagClassName
 {
   color: #118ADE;
 }
</style>

background-color css

<style>
 a { background-color: #118ADE; }

 a { background-color: rgb(17,138,222); }

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

border-color css

<style>
 span { border-color: #118ADE; }

 span { border-color: rgb(17,138,222); }

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