Html Css Color HEX #119EEC Dodger Blue

📋 copy color: '#119EEC'

red 17 ◦ green 158 ◦ blue 236

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

Shades of Dodger Blue #119EEC

Tints of Dodger Blue #119EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 57.42%

R = 4.14%
G = 38.44%
B = 57.42%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#119EEC (or 0x119EEC) is known color: Dodger Blue. HEX triplet: 11, 9E and EC. RGB value is (17,158,236). Sum of RGB (Red+Green+Blue) = 17+158+236=411 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.14% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 236 (92.58% from 255 or 57.42% from 411); Max value from RGB is 236 - color contains mainly: blue. Hex color #119EEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119EEC is #EE6113. Grayscale: #7C7C7C. Windows color (decimal): -15622420 or 15506961. OLE color: 15506961.

HSL color Cylindrical-coordinate representation of color #119EEC: hue angle of 201.37º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119EEC is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 158 236 -
CMYK 0.93 0.33 0 0.07
HSL 201.37º 0.87% 0.5% -
HSV(B) 201.37º 0.93% 0.93% -
XYZ 27.6 30.63 83.81 -
YUV 124.73 190.79 51.16 -
System Red Green Blue C M Y K H S L
Decimal 17 158 236 0.93 0.33 0 0.07 201.37 0.87 0.5
Hex 11 9E EC 5D 21 0 7 C9 57 32
Octal 21 236 354 135 41 0 7 311 127 62
Binary 10001 10011110 11101100 1011101 100001 0 111 11001001 1010111 110010

Color Harmonies of #119EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119EEC

Black with #119EEC

Text Example


Text Example

White with #119EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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