Html Css Color HEX #118EED Dodger Blue

📋 copy color: '#118EED'

red 17 ◦ green 142 ◦ blue 237

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

Shades of Dodger Blue #118EED

Tints of Dodger Blue #118EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 59.85%

R = 4.29%
G = 35.86%
B = 59.85%

CMYK

 C value IS 0.93

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#118EED (or 0x118EED) is known color: Dodger Blue. HEX triplet: 11, 8E and ED. RGB value is (17,142,237). Sum of RGB (Red+Green+Blue) = 17+142+237=396 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.29% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 237 (92.97% from 255 or 59.85% from 396); Max value from RGB is 237 - color contains mainly: blue. Hex color #118EED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118EED is #EE7112. Grayscale: #727272. Windows color (decimal): -15626515 or 15568401. OLE color: 15568401.

HSL color Cylindrical-coordinate representation of color #118EED: hue angle of 205.91º 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 #118EED is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 142 237 -
CMYK 0.93 0.40 0 0.07
HSL 205.91º 0.87% 0.5% -
HSV(B) 205.91º 0.93% 0.93% -
XYZ 25.19 25.58 83.73 -
YUV 115.46 196.59 57.78 -
System Red Green Blue C M Y K H S L
Decimal 17 142 237 0.93 0.40 0 0.07 205.91 0.87 0.5
Hex 11 8E ED 5D 28 0 7 CE 57 32
Octal 21 216 355 135 50 0 7 316 127 62
Binary 10001 10001110 11101101 1011101 101000 0 111 11001110 1010111 110010

Color Harmonies of #118EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118EED

Black with #118EED

Text Example


Text Example

White with #118EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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