Html Css Color HEX #119EEB Dodger Blue

📋 copy color: '#119EEB'

red 17 ◦ green 158 ◦ blue 235

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

Shades of Dodger Blue #119EEB

Tints of Dodger Blue #119EEB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.54%

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

R = 4.15%
G = 38.54%
B = 57.32%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#119EEB (or 0x119EEB) is known color: Dodger Blue. HEX triplet: 11, 9E and EB. RGB value is (17,158,235). Sum of RGB (Red+Green+Blue) = 17+158+235=410 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.15% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 235 (92.19% from 255 or 57.32% from 410); Max value from RGB is 235 - color contains mainly: blue. Hex color #119EEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119EEB is #EE6114. Grayscale: #7C7C7C. Windows color (decimal): -15622421 or 15441425. OLE color: 15441425.

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

Color convert

RGB 17 158 235 -
CMYK 0.93 0.33 0 0.08
HSL 201.19º 0.87% 0.49% -
HSV(B) 201.19º 0.93% 0.92% -
XYZ 27.45 30.57 83.05 -
YUV 124.62 190.29 51.24 -
System Red Green Blue C M Y K H S L
Decimal 17 158 235 0.93 0.33 0 0.08 201.19 0.87 0.49
Hex 11 9E EB 5D 21 0 8 C9 57 31
Octal 21 236 353 135 41 0 10 311 127 61
Binary 10001 10011110 11101011 1011101 100001 0 1000 11001001 1010111 110001

Color Harmonies of #119EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119EEB

Black with #119EEB

Text Example


Text Example

White with #119EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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