Html Css Color HEX #118BEB Dodger Blue

📋 copy color: '#118BEB'

red 17 ◦ green 139 ◦ blue 235

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

Shades of Dodger Blue #118BEB

Tints of Dodger Blue #118BEB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.55%

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

R = 4.35%
G = 35.55%
B = 60.1%

CMYK

 C value IS 0.93

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#118BEB (or 0x118BEB) is known color: Dodger Blue. HEX triplet: 11, 8B and EB. RGB value is (17,139,235). Sum of RGB (Red+Green+Blue) = 17+139+235=391 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.35% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 235 (92.19% from 255 or 60.10% from 391); Max value from RGB is 235 - color contains mainly: blue. Hex color #118BEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118BEB is #EE7414. Grayscale: #707070. Windows color (decimal): -15627285 or 15436561. OLE color: 15436561.

HSL color Cylindrical-coordinate representation of color #118BEB: hue angle of 206.42º 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 #118BEB is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 139 235 -
CMYK 0.93 0.41 0 0.08
HSL 206.42º 0.87% 0.49% -
HSV(B) 206.42º 0.93% 0.92% -
XYZ 24.46 24.58 82.05 -
YUV 113.47 196.58 59.19 -
System Red Green Blue C M Y K H S L
Decimal 17 139 235 0.93 0.41 0 0.08 206.42 0.87 0.49
Hex 11 8B EB 5D 29 0 8 CE 57 31
Octal 21 213 353 135 51 0 10 316 127 61
Binary 10001 10001011 11101011 1011101 101001 0 1000 11001110 1010111 110001

Color Harmonies of #118BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118BEB

Black with #118BEB

Text Example


Text Example

White with #118BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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