Html Css Color HEX #118FEB Dodger Blue

📋 copy color: '#118FEB'

red 17 ◦ green 143 ◦ blue 235

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

Shades of Dodger Blue #118FEB

Tints of Dodger Blue #118FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 59.49%

R = 4.3%
G = 36.2%
B = 59.49%

CMYK

 C value IS 0.93

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#118FEB (or 0x118FEB) is known color: Dodger Blue. HEX triplet: 11, 8F and EB. RGB value is (17,143,235). Sum of RGB (Red+Green+Blue) = 17+143+235=395 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.30% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 235 (92.19% from 255 or 59.49% from 395); Max value from RGB is 235 - color contains mainly: blue. Hex color #118FEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118FEB is #EE7014. Grayscale: #737373. Windows color (decimal): -15626261 or 15437585. OLE color: 15437585.

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

Color convert

RGB 17 143 235 -
CMYK 0.93 0.39 0 0.08
HSL 205.32º 0.87% 0.49% -
HSV(B) 205.32º 0.93% 0.92% -
XYZ 25.05 25.76 82.25 -
YUV 115.81 195.26 57.52 -
System Red Green Blue C M Y K H S L
Decimal 17 143 235 0.93 0.39 0 0.08 205.32 0.87 0.49
Hex 11 8F EB 5D 27 0 8 CD 57 31
Octal 21 217 353 135 47 0 10 315 127 61
Binary 10001 10001111 11101011 1011101 100111 0 1000 11001101 1010111 110001

Color Harmonies of #118FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118FEB

Black with #118FEB

Text Example


Text Example

White with #118FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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