Html Css Color HEX #119FF5 Dodger Blue

📋 copy color: '#119FF5'

red 17 ◦ green 159 ◦ blue 245

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

Shades of Dodger Blue #119FF5

Tints of Dodger Blue #119FF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 58.19%

R = 4.04%
G = 37.77%
B = 58.19%

CMYK

 C value IS 0.93

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#119FF5 (or 0x119FF5) is known color: Dodger Blue. HEX triplet: 11, 9F and F5. RGB value is (17,159,245). Sum of RGB (Red+Green+Blue) = 17+159+245=421 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.04% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 245 (96.09% from 255 or 58.19% from 421); Max value from RGB is 245 - color contains mainly: blue. Hex color #119FF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119FF5 is #EE600A. Grayscale: #7D7D7D. Windows color (decimal): -15622155 or 16097041. OLE color: 16097041.

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

Color convert

RGB 17 159 245 -
CMYK 0.93 0.35 0 0.04
HSL 202.63º 0.92% 0.51% -
HSV(B) 202.63º 0.93% 0.96% -
XYZ 29.11 31.51 90.93 -
YUV 126.35 194.96 50.01 -
System Red Green Blue C M Y K H S L
Decimal 17 159 245 0.93 0.35 0 0.04 202.63 0.92 0.51
Hex 11 9F F5 5D 23 0 4 CB 5C 33
Octal 21 237 365 135 43 0 4 313 134 63
Binary 10001 10011111 11110101 1011101 100011 0 100 11001011 1011100 110011

Color Harmonies of #119FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119FF5

Black with #119FF5

Text Example


Text Example

White with #119FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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