Html Css Color HEX #118DED Dodger Blue

📋 copy color: '#118DED'

red 17 ◦ green 141 ◦ blue 237

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

Shades of Dodger Blue #118DED

Tints of Dodger Blue #118DED

RGB

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

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

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

R = 4.3%
G = 35.7%
B = 60%

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

#118DED (or 0x118DED) is known color: Dodger Blue. HEX triplet: 11, 8D and ED. RGB value is (17,141,237). Sum of RGB (Red+Green+Blue) = 17+141+237=395 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.30% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 237 (92.97% from 255 or 60% from 395); Max value from RGB is 237 - color contains mainly: blue. Hex color #118DED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118DED is #EE7212. Grayscale: #727272. Windows color (decimal): -15626771 or 15568145. OLE color: 15568145.

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

Color convert

RGB 17 141 237 -
CMYK 0.93 0.41 0 0.07
HSL 206.18º 0.87% 0.5% -
HSV(B) 206.18º 0.93% 0.93% -
XYZ 25.04 25.28 83.68 -
YUV 114.87 196.92 58.19 -
System Red Green Blue C M Y K H S L
Decimal 17 141 237 0.93 0.41 0 0.07 206.18 0.87 0.5
Hex 11 8D ED 5D 29 0 7 CE 57 32
Octal 21 215 355 135 51 0 7 316 127 62
Binary 10001 10001101 11101101 1011101 101001 0 111 11001110 1010111 110010

Color Harmonies of #118DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118DED

Black with #118DED

Text Example


Text Example

White with #118DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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