Html Css Color HEX #119BEB Dodger Blue

📋 copy color: '#119BEB'

red 17 ◦ green 155 ◦ blue 235

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

Shades of Dodger Blue #119BEB

Tints of Dodger Blue #119BEB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.08%

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

R = 4.18%
G = 38.08%
B = 57.74%

CMYK

 C value IS 0.93

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#119BEB (or 0x119BEB) is known color: Dodger Blue. HEX triplet: 11, 9B and EB. RGB value is (17,155,235). Sum of RGB (Red+Green+Blue) = 17+155+235=407 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.18% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 235 (92.19% from 255 or 57.74% from 407); Max value from RGB is 235 - color contains mainly: blue. Hex color #119BEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119BEB is #EE6414. Grayscale: #7A7A7A. Windows color (decimal): -15623189 or 15440657. OLE color: 15440657.

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

Color convert

RGB 17 155 235 -
CMYK 0.93 0.34 0 0.08
HSL 202.02º 0.87% 0.49% -
HSV(B) 202.02º 0.93% 0.92% -
XYZ 26.95 29.56 82.88 -
YUV 122.86 191.28 52.5 -
System Red Green Blue C M Y K H S L
Decimal 17 155 235 0.93 0.34 0 0.08 202.02 0.87 0.49
Hex 11 9B EB 5D 22 0 8 CA 57 31
Octal 21 233 353 135 42 0 10 312 127 61
Binary 10001 10011011 11101011 1011101 100010 0 1000 11001010 1010111 110001

Color Harmonies of #119BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119BEB

Black with #119BEB

Text Example


Text Example

White with #119BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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