Html Css Color HEX #118DF0 Dodger Blue

📋 copy color: '#118DF0'

red 17 ◦ green 141 ◦ blue 240

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

Shades of Dodger Blue #118DF0

Tints of Dodger Blue #118DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 60.3%

R = 4.27%
G = 35.43%
B = 60.3%

CMYK

 C value IS 0.93

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#118DF0 (or 0x118DF0) is known color: Dodger Blue. HEX triplet: 11, 8D and F0. RGB value is (17,141,240). Sum of RGB (Red+Green+Blue) = 17+141+240=398 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.27% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 240 (94.14% from 255 or 60.30% from 398); Max value from RGB is 240 - color contains mainly: blue. Hex color #118DF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118DF0 is #EE720F. Grayscale: #727272. Windows color (decimal): -15626768 or 15764753. OLE color: 15764753.

HSL color Cylindrical-coordinate representation of color #118DF0: hue angle of 206.64º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #118DF0 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 17 141 240 -
CMYK 0.93 0.41 0 0.06
HSL 206.64º 0.88% 0.5% -
HSV(B) 206.64º 0.93% 0.94% -
XYZ 25.48 25.46 86.01 -
YUV 115.21 198.42 57.95 -
System Red Green Blue C M Y K H S L
Decimal 17 141 240 0.93 0.41 0 0.06 206.64 0.88 0.5
Hex 11 8D F0 5D 29 0 6 CF 58 32
Octal 21 215 360 135 51 0 6 317 130 62
Binary 10001 10001101 11110000 1011101 101001 0 110 11001111 1011000 110010

Color Harmonies of #118DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118DF0

Black with #118DF0

Text Example


Text Example

White with #118DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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