Html Css Color HEX #119EFB Dodger Blue

📋 copy color: '#119EFB'

red 17 ◦ green 158 ◦ blue 251

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

Shades of Dodger Blue #119EFB

Tints of Dodger Blue #119EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 58.92%

R = 3.99%
G = 37.09%
B = 58.92%

CMYK

 C value IS 0.93

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#119EFB (or 0x119EFB) is known color: Dodger Blue. HEX triplet: 11, 9E and FB. RGB value is (17,158,251). Sum of RGB (Red+Green+Blue) = 17+158+251=426 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.99% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #119EFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119EFB is #EE6104. Grayscale: #7D7D7D. Windows color (decimal): -15622405 or 16490001. OLE color: 16490001.

HSL color Cylindrical-coordinate representation of color #119EFB: hue angle of 203.85º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119EFB is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 158 251 -
CMYK 0.93 0.37 0 0.02
HSL 203.85º 0.97% 0.53% -
HSV(B) 203.85º 0.93% 0.98% -
XYZ 29.87 31.54 95.78 -
YUV 126.44 198.29 49.94 -
System Red Green Blue C M Y K H S L
Decimal 17 158 251 0.93 0.37 0 0.02 203.85 0.97 0.53
Hex 11 9E FB 5D 25 0 2 CC 61 35
Octal 21 236 373 135 45 0 2 314 141 65
Binary 10001 10011110 11111011 1011101 100101 0 10 11001100 1100001 110101

Color Harmonies of #119EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119EFB

Black with #119EFB

Text Example


Text Example

White with #119EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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