Html Css Color HEX #118DEE Dodger Blue

📋 copy color: '#118DEE'

red 17 ◦ green 141 ◦ blue 238

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

Shades of Dodger Blue #118DEE

Tints of Dodger Blue #118DEE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.61%

 BLUE value IS 238 (93.36% from 255) = 60.1%

R = 4.29%
G = 35.61%
B = 60.1%

CMYK

 C value IS 0.93

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#118DEE (or 0x118DEE) is known color: Dodger Blue. HEX triplet: 11, 8D and EE. RGB value is (17,141,238). Sum of RGB (Red+Green+Blue) = 17+141+238=396 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.29% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 238 (93.36% from 255 or 60.10% from 396); Max value from RGB is 238 - color contains mainly: blue. Hex color #118DEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118DEE is #EE7211. Grayscale: #727272. Windows color (decimal): -15626770 or 15633681. OLE color: 15633681.

HSL color Cylindrical-coordinate representation of color #118DEE: hue angle of 206.33º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #118DEE is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 141 238 -
CMYK 0.93 0.41 0 0.07
HSL 206.33º 0.87% 0.5% -
HSV(B) 206.33º 0.93% 0.93% -
XYZ 25.19 25.34 84.45 -
YUV 114.98 197.42 58.11 -
System Red Green Blue C M Y K H S L
Decimal 17 141 238 0.93 0.41 0 0.07 206.33 0.87 0.5
Hex 11 8D EE 5D 29 0 7 CE 57 32
Octal 21 215 356 135 51 0 7 316 127 62
Binary 10001 10001101 11101110 1011101 101001 0 111 11001110 1010111 110010

Color Harmonies of #118DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118DEE

Black with #118DEE

Text Example


Text Example

White with #118DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,141,238); }

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

background-color css

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

 a { background-color: rgb(17,141,238); }

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

border-color css

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

 span { border-color: rgb(17,141,238); }

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