Html Css Color HEX #118DDD Dodger Blue

📋 copy color: '#118DDD'

red 17 ◦ green 141 ◦ blue 221

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

Shades of Dodger Blue #118DDD

Tints of Dodger Blue #118DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.31%

R = 4.49%
G = 37.2%
B = 58.31%

CMYK

 C value IS 0.92

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#118DDD (or 0x118DDD) is known color: Dodger Blue. HEX triplet: 11, 8D and DD. RGB value is (17,141,221). Sum of RGB (Red+Green+Blue) = 17+141+221=379 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.49% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #118DDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118DDD is #EE7222. Grayscale: #707070. Windows color (decimal): -15626787 or 14519569. OLE color: 14519569.

HSL color Cylindrical-coordinate representation of color #118DDD: hue angle of 203.53º 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 #118DDD is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 141 221 -
CMYK 0.92 0.36 0 0.13
HSL 203.53º 0.86% 0.47% -
HSV(B) 203.53º 0.92% 0.87% -
XYZ 22.81 24.39 71.91 -
YUV 113.04 188.92 59.5 -
System Red Green Blue C M Y K H S L
Decimal 17 141 221 0.92 0.36 0 0.13 203.53 0.86 0.47
Hex 11 8D DD 5C 24 0 D CC 56 2F
Octal 21 215 335 134 44 0 15 314 126 57
Binary 10001 10001101 11011101 1011100 100100 0 1101 11001100 1010110 101111

Color Harmonies of #118DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118DDD

Black with #118DDD

Text Example


Text Example

White with #118DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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