Html Css Color HEX #118EDF Dodger Blue

📋 copy color: '#118EDF'

red 17 ◦ green 142 ◦ blue 223

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

Shades of Dodger Blue #118EDF

Tints of Dodger Blue #118EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.38%

R = 4.45%
G = 37.17%
B = 58.38%

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

#118EDF (or 0x118EDF) is known color: Dodger Blue. HEX triplet: 11, 8E and DF. RGB value is (17,142,223). Sum of RGB (Red+Green+Blue) = 17+142+223=382 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.45% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #118EDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118EDF is #EE7120. Grayscale: #717171. Windows color (decimal): -15626529 or 14650897. OLE color: 14650897.

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

Color convert

RGB 17 142 223 -
CMYK 0.92 0.36 0 0.13
HSL 203.59º 0.86% 0.47% -
HSV(B) 203.59º 0.92% 0.87% -
XYZ 23.22 24.79 73.37 -
YUV 113.86 189.59 58.91 -
System Red Green Blue C M Y K H S L
Decimal 17 142 223 0.92 0.36 0 0.13 203.59 0.86 0.47
Hex 11 8E DF 5C 24 0 D CC 56 2F
Octal 21 216 337 134 44 0 15 314 126 57
Binary 10001 10001110 11011111 1011100 100100 0 1101 11001100 1010110 101111

Color Harmonies of #118EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118EDF

Black with #118EDF

Text Example


Text Example

White with #118EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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