Html Css Color HEX #118CDD Dodger Blue

📋 copy color: '#118CDD'

red 17 ◦ green 140 ◦ blue 221

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

Shades of Dodger Blue #118CDD

Tints of Dodger Blue #118CDD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.04%

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

R = 4.5%
G = 37.04%
B = 58.47%

CMYK

 C value IS 0.92

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#118CDD (or 0x118CDD) is known color: Dodger Blue. HEX triplet: 11, 8C and DD. RGB value is (17,140,221). Sum of RGB (Red+Green+Blue) = 17+140+221=378 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.50% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #118CDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118CDD is #EE7322. Grayscale: #707070. Windows color (decimal): -15627043 or 14519313. OLE color: 14519313.

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

Color convert

RGB 17 140 221 -
CMYK 0.92 0.37 0 0.13
HSL 203.82º 0.86% 0.47% -
HSV(B) 203.82º 0.92% 0.87% -
XYZ 22.66 24.1 71.86 -
YUV 112.46 189.25 59.91 -
System Red Green Blue C M Y K H S L
Decimal 17 140 221 0.92 0.37 0 0.13 203.82 0.86 0.47
Hex 11 8C DD 5C 25 0 D CC 56 2F
Octal 21 214 335 134 45 0 15 314 126 57
Binary 10001 10001100 11011101 1011100 100101 0 1101 11001100 1010110 101111

Color Harmonies of #118CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118CDD

Black with #118CDD

Text Example


Text Example

White with #118CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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