Html Css Color HEX #118EE2 Dodger Blue

📋 copy color: '#118EE2'

red 17 ◦ green 142 ◦ blue 226

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

Shades of Dodger Blue #118EE2

Tints of Dodger Blue #118EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 58.7%

R = 4.42%
G = 36.88%
B = 58.7%

CMYK

 C value IS 0.92

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#118EE2 (or 0x118EE2) is known color: Dodger Blue. HEX triplet: 11, 8E and E2. RGB value is (17,142,226). Sum of RGB (Red+Green+Blue) = 17+142+226=385 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.42% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 226 (88.67% from 255 or 58.70% from 385); Max value from RGB is 226 - color contains mainly: blue. Hex color #118EE2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118EE2 is #EE711D. Grayscale: #717171. Windows color (decimal): -15626526 or 14847505. OLE color: 14847505.

HSL color Cylindrical-coordinate representation of color #118EE2: hue angle of 204.11º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #118EE2 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 17 142 226 -
CMYK 0.92 0.37 0 0.11
HSL 204.11º 0.86% 0.48% -
HSV(B) 204.11º 0.92% 0.89% -
XYZ 23.63 24.96 75.52 -
YUV 114.2 191.09 58.67 -
System Red Green Blue C M Y K H S L
Decimal 17 142 226 0.92 0.37 0 0.11 204.11 0.86 0.48
Hex 11 8E E2 5C 25 0 B CC 56 30
Octal 21 216 342 134 45 0 13 314 126 60
Binary 10001 10001110 11100010 1011100 100101 0 1011 11001100 1010110 110000

Color Harmonies of #118EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118EE2

Black with #118EE2

Text Example


Text Example

White with #118EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,142,226); }

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

background-color css

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

 a { background-color: rgb(17,142,226); }

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

border-color css

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

 span { border-color: rgb(17,142,226); }

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