Html Css Color HEX #119DF2 Dodger Blue

📋 copy color: '#119DF2'

red 17 ◦ green 157 ◦ blue 242

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

Shades of Dodger Blue #119DF2

Tints of Dodger Blue #119DF2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.74%

 BLUE value IS 242 (94.92% from 255) = 58.17%

R = 4.09%
G = 37.74%
B = 58.17%

CMYK

 C value IS 0.93

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#119DF2 (or 0x119DF2) is known color: Dodger Blue. HEX triplet: 11, 9D and F2. RGB value is (17,157,242). Sum of RGB (Red+Green+Blue) = 17+157+242=416 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.09% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 242 (94.92% from 255 or 58.17% from 416); Max value from RGB is 242 - color contains mainly: blue. Hex color #119DF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119DF2 is #EE620D. Grayscale: #7C7C7C. Windows color (decimal): -15622670 or 15899921. OLE color: 15899921.

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

Color convert

RGB 17 157 242 -
CMYK 0.93 0.35 0 0.05
HSL 202.67º 0.9% 0.51% -
HSV(B) 202.67º 0.93% 0.95% -
XYZ 28.32 30.64 88.43 -
YUV 124.83 194.12 51.09 -
System Red Green Blue C M Y K H S L
Decimal 17 157 242 0.93 0.35 0 0.05 202.67 0.9 0.51
Hex 11 9D F2 5D 23 0 5 CB 5A 33
Octal 21 235 362 135 43 0 5 313 132 63
Binary 10001 10011101 11110010 1011101 100011 0 101 11001011 1011010 110011

Color Harmonies of #119DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119DF2

Black with #119DF2

Text Example


Text Example

White with #119DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,157,242); }

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

background-color css

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

 a { background-color: rgb(17,157,242); }

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

border-color css

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

 span { border-color: rgb(17,157,242); }

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