Html Css Color HEX #118DFD Dodger Blue

📋 copy color: '#118DFD'

red 17 ◦ green 141 ◦ blue 253

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

Shades of Dodger Blue #118DFD

Tints of Dodger Blue #118DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 61.56%

R = 4.14%
G = 34.31%
B = 61.56%

CMYK

 C value IS 0.93

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#118DFD (or 0x118DFD) is known color: Dodger Blue. HEX triplet: 11, 8D and FD. RGB value is (17,141,253). Sum of RGB (Red+Green+Blue) = 17+141+253=411 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.14% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 253 (99.22% from 255 or 61.56% from 411); Max value from RGB is 253 - color contains mainly: blue. Hex color #118DFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118DFD is #EE7202. Grayscale: #747474. Windows color (decimal): -15626755 or 16616721. OLE color: 16616721.

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

Color convert

RGB 17 141 253 -
CMYK 0.93 0.44 0 0.01
HSL 208.47º 0.98% 0.53% -
HSV(B) 208.47º 0.93% 0.99% -
XYZ 27.49 26.26 96.55 -
YUV 116.69 204.92 56.89 -
System Red Green Blue C M Y K H S L
Decimal 17 141 253 0.93 0.44 0 0.01 208.47 0.98 0.53
Hex 11 8D FD 5D 2C 0 1 D0 62 35
Octal 21 215 375 135 54 0 1 320 142 65
Binary 10001 10001101 11111101 1011101 101100 0 1 11010000 1100010 110101

Color Harmonies of #118DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118DFD

Black with #118DFD

Text Example


Text Example

White with #118DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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