Html Css Color HEX #119EFF Dodger Blue

📋 copy color: '#119EFF'

red 17 ◦ green 158 ◦ blue 255

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

Shades of Dodger Blue #119EFF

Tints of Dodger Blue #119EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.3%

R = 3.95%
G = 36.74%
B = 59.3%

CMYK

 C value IS 0.93

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#119EFF (or 0x119EFF) is known color: Dodger Blue. HEX triplet: 11, 9E and FF. RGB value is (17,158,255). Sum of RGB (Red+Green+Blue) = 17+158+255=430 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.95% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #119EFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119EFF is #EE6100. Grayscale: #7E7E7E. Windows color (decimal): -15622401 or 16752145. OLE color: 16752145.

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

Color convert

RGB 17 158 255 -
CMYK 0.93 0.38 0 0
HSL 204.45º 1% 0.53% -
HSV(B) 204.45º 0.93% 1% -
XYZ 30.51 31.79 99.14 -
YUV 126.9 200.29 49.61 -
System Red Green Blue C M Y K H S L
Decimal 17 158 255 0.93 0.38 0 0 204.45 1 0.53
Hex 11 9E FF 5D 26 0 0 CC 64 35
Octal 21 236 377 135 46 0 0 314 144 65
Binary 10001 10011110 11111111 1011101 100110 0 0 11001100 1100100 110101

Color Harmonies of #119EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119EFF

Black with #119EFF

Text Example


Text Example

White with #119EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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