Html Css Color HEX #119FFF Dodger Blue

📋 copy color: '#119FFF'

red 17 ◦ green 159 ◦ blue 255

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

Shades of Dodger Blue #119FFF

Tints of Dodger Blue #119FFF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.89%

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

R = 3.94%
G = 36.89%
B = 59.16%

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

#119FFF (or 0x119FFF) is known color: Dodger Blue. HEX triplet: 11, 9F and FF. RGB value is (17,159,255). Sum of RGB (Red+Green+Blue) = 17+159+255=431 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.94% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #119FFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119FFF is #EE6000. Grayscale: #7E7E7E. Windows color (decimal): -15622145 or 16752401. OLE color: 16752401.

HSL color Cylindrical-coordinate representation of color #119FFF: hue angle of 204.2º 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 #119FFF is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 17 159 255 -
CMYK 0.93 0.38 0 0
HSL 204.2º 1% 0.53% -
HSV(B) 204.2º 0.93% 1% -
XYZ 30.68 32.14 99.19 -
YUV 127.49 199.96 49.19 -
System Red Green Blue C M Y K H S L
Decimal 17 159 255 0.93 0.38 0 0 204.2 1 0.53
Hex 11 9F FF 5D 26 0 0 CC 64 35
Octal 21 237 377 135 46 0 0 314 144 65
Binary 10001 10011111 11111111 1011101 100110 0 0 11001100 1100100 110101

Color Harmonies of #119FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119FFF

Black with #119FFF

Text Example


Text Example

White with #119FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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