Html Css Color HEX #118DF9 Dodger Blue

📋 copy color: '#118DF9'

red 17 ◦ green 141 ◦ blue 249

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

Shades of Dodger Blue #118DF9

Tints of Dodger Blue #118DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 61.18%

R = 4.18%
G = 34.64%
B = 61.18%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#118DF9 (or 0x118DF9) is known color: Dodger Blue. HEX triplet: 11, 8D and F9. RGB value is (17,141,249). Sum of RGB (Red+Green+Blue) = 17+141+249=407 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.18% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 249 (97.66% from 255 or 61.18% from 407); Max value from RGB is 249 - color contains mainly: blue. Hex color #118DF9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118DF9 is #EE7206. Grayscale: #737373. Windows color (decimal): -15626759 or 16354577. OLE color: 16354577.

HSL color Cylindrical-coordinate representation of color #118DF9: hue angle of 207.93º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #118DF9 is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 141 249 -
CMYK 0.93 0.43 0 0.02
HSL 207.93º 0.95% 0.52% -
HSV(B) 207.93º 0.93% 0.98% -
XYZ 26.85 26.01 93.23 -
YUV 116.24 202.92 57.22 -
System Red Green Blue C M Y K H S L
Decimal 17 141 249 0.93 0.43 0 0.02 207.93 0.95 0.52
Hex 11 8D F9 5D 2B 0 2 D0 5F 34
Octal 21 215 371 135 53 0 2 320 137 64
Binary 10001 10001101 11111001 1011101 101011 0 10 11010000 1011111 110100

Color Harmonies of #118DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118DF9

Black with #118DF9

Text Example


Text Example

White with #118DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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