Html Css Color HEX #118DFB Dodger Blue

📋 copy color: '#118DFB'

red 17 ◦ green 141 ◦ blue 251

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

Shades of Dodger Blue #118DFB

Tints of Dodger Blue #118DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 61.37%

R = 4.16%
G = 34.47%
B = 61.37%

CMYK

 C value IS 0.93

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#118DFB (or 0x118DFB) is known color: Dodger Blue. HEX triplet: 11, 8D and FB. RGB value is (17,141,251). Sum of RGB (Red+Green+Blue) = 17+141+251=409 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.16% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 251 (98.44% from 255 or 61.37% from 409); Max value from RGB is 251 - color contains mainly: blue. Hex color #118DFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118DFB is #EE7204. Grayscale: #737373. Windows color (decimal): -15626757 or 16485649. OLE color: 16485649.

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

Color convert

RGB 17 141 251 -
CMYK 0.93 0.44 0 0.02
HSL 208.21º 0.97% 0.53% -
HSV(B) 208.21º 0.93% 0.98% -
XYZ 27.17 26.13 94.88 -
YUV 116.46 203.92 57.06 -
System Red Green Blue C M Y K H S L
Decimal 17 141 251 0.93 0.44 0 0.02 208.21 0.97 0.53
Hex 11 8D FB 5D 2C 0 2 D0 61 35
Octal 21 215 373 135 54 0 2 320 141 65
Binary 10001 10001101 11111011 1011101 101100 0 10 11010000 1100001 110101

Color Harmonies of #118DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118DFB

Black with #118DFB

Text Example


Text Example

White with #118DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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