Html Css Color HEX #119EF2 Dodger Blue

📋 copy color: '#119EF2'

red 17 ◦ green 158 ◦ blue 242

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

Shades of Dodger Blue #119EF2

Tints of Dodger Blue #119EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 58.03%

R = 4.08%
G = 37.89%
B = 58.03%

CMYK

 C value IS 0.93

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#119EF2 (or 0x119EF2) is known color: Dodger Blue. HEX triplet: 11, 9E and F2. RGB value is (17,158,242). Sum of RGB (Red+Green+Blue) = 17+158+242=417 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.08% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 242 (94.92% from 255 or 58.03% from 417); Max value from RGB is 242 - color contains mainly: blue. Hex color #119EF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119EF2 is #EE610D. Grayscale: #7C7C7C. Windows color (decimal): -15622414 or 15900177. OLE color: 15900177.

HSL color Cylindrical-coordinate representation of color #119EF2: hue angle of 202.4º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119EF2 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 17 158 242 -
CMYK 0.93 0.35 0 0.05
HSL 202.4º 0.9% 0.51% -
HSV(B) 202.4º 0.93% 0.95% -
XYZ 28.49 30.98 88.48 -
YUV 125.42 193.79 50.67 -
System Red Green Blue C M Y K H S L
Decimal 17 158 242 0.93 0.35 0 0.05 202.4 0.9 0.51
Hex 11 9E F2 5D 23 0 5 CA 5A 33
Octal 21 236 362 135 43 0 5 312 132 63
Binary 10001 10011110 11110010 1011101 100011 0 101 11001010 1011010 110011

Color Harmonies of #119EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119EF2

Black with #119EF2

Text Example


Text Example

White with #119EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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