Html Css Color HEX #118EFF Dodger Blue

📋 copy color: '#118EFF'

red 17 ◦ green 142 ◦ blue 255

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

Shades of Dodger Blue #118EFF

Tints of Dodger Blue #118EFF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.3%

 BLUE value IS 255 (100% from 255) = 61.59%

R = 4.11%
G = 34.3%
B = 61.59%

CMYK

 C value IS 0.93

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#118EFF (or 0x118EFF) is known color: Dodger Blue. HEX triplet: 11, 8E and FF. RGB value is (17,142,255). Sum of RGB (Red+Green+Blue) = 17+142+255=414 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.11% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #118EFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118EFF is #EE7100. Grayscale: #747474. Windows color (decimal): -15626497 or 16748049. OLE color: 16748049.

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

Color convert

RGB 17 142 255 -
CMYK 0.93 0.44 0 0
HSL 208.49º 1% 0.53% -
HSV(B) 208.49º 0.93% 1% -
XYZ 27.95 26.69 98.29 -
YUV 117.51 205.59 56.31 -
System Red Green Blue C M Y K H S L
Decimal 17 142 255 0.93 0.44 0 0 208.49 1 0.53
Hex 11 8E FF 5D 2C 0 0 D0 64 35
Octal 21 216 377 135 54 0 0 320 144 65
Binary 10001 10001110 11111111 1011101 101100 0 0 11010000 1100100 110101

Color Harmonies of #118EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118EFF

Black with #118EFF

Text Example


Text Example

White with #118EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,142,255); }

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

background-color css

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

 a { background-color: rgb(17,142,255); }

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

border-color css

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

 span { border-color: rgb(17,142,255); }

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