Html Css Color HEX #119EF8 Dodger Blue

📋 copy color: '#119EF8'

red 17 ◦ green 158 ◦ blue 248

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

Shades of Dodger Blue #119EF8

Tints of Dodger Blue #119EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 58.63%

R = 4.02%
G = 37.35%
B = 58.63%

CMYK

 C value IS 0.93

 M value IS 0.36

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#119EF8 (or 0x119EF8) is known color: Dodger Blue. HEX triplet: 11, 9E and F8. RGB value is (17,158,248). Sum of RGB (Red+Green+Blue) = 17+158+248=423 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4.02% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 248 (97.27% from 255 or 58.63% from 423); Max value from RGB is 248 - color contains mainly: blue. Hex color #119EF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119EF8 is #EE6107. Grayscale: #7D7D7D. Windows color (decimal): -15622408 or 16293393. OLE color: 16293393.

HSL color Cylindrical-coordinate representation of color #119EF8: hue angle of 203.38º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119EF8 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 17 158 248 -
CMYK 0.93 0.36 0 0.03
HSL 203.38º 0.94% 0.52% -
HSV(B) 203.38º 0.93% 0.97% -
XYZ 29.4 31.35 93.31 -
YUV 126.1 196.79 50.18 -
System Red Green Blue C M Y K H S L
Decimal 17 158 248 0.93 0.36 0 0.03 203.38 0.94 0.52
Hex 11 9E F8 5D 24 0 3 CB 5E 34
Octal 21 236 370 135 44 0 3 313 136 64
Binary 10001 10011110 11111000 1011101 100100 0 11 11001011 1011110 110100

Color Harmonies of #119EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119EF8

Black with #119EF8

Text Example


Text Example

White with #119EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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