Html Css Color HEX #118FEC Dodger Blue

📋 copy color: '#118FEC'

red 17 ◦ green 143 ◦ blue 236

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

Shades of Dodger Blue #118FEC

Tints of Dodger Blue #118FEC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.11%

 BLUE value IS 236 (92.58% from 255) = 59.6%

R = 4.29%
G = 36.11%
B = 59.6%

CMYK

 C value IS 0.93

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#118FEC (or 0x118FEC) is known color: Dodger Blue. HEX triplet: 11, 8F and EC. RGB value is (17,143,236). Sum of RGB (Red+Green+Blue) = 17+143+236=396 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.29% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 236 (92.58% from 255 or 59.60% from 396); Max value from RGB is 236 - color contains mainly: blue. Hex color #118FEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118FEC is #EE7013. Grayscale: #737373. Windows color (decimal): -15626260 or 15503121. OLE color: 15503121.

HSL color Cylindrical-coordinate representation of color #118FEC: hue angle of 205.48º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #118FEC is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 143 236 -
CMYK 0.93 0.39 0 0.07
HSL 205.48º 0.87% 0.5% -
HSV(B) 205.48º 0.93% 0.93% -
XYZ 25.19 25.82 83.01 -
YUV 115.93 195.76 57.44 -
System Red Green Blue C M Y K H S L
Decimal 17 143 236 0.93 0.39 0 0.07 205.48 0.87 0.5
Hex 11 8F EC 5D 27 0 7 CD 57 32
Octal 21 217 354 135 47 0 7 315 127 62
Binary 10001 10001111 11101100 1011101 100111 0 111 11001101 1010111 110010

Color Harmonies of #118FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118FEC

Black with #118FEC

Text Example


Text Example

White with #118FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,143,236); }

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

background-color css

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

 a { background-color: rgb(17,143,236); }

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

border-color css

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

 span { border-color: rgb(17,143,236); }

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