Html Css Color HEX #119DEF Dodger Blue

📋 copy color: '#119DEF'

red 17 ◦ green 157 ◦ blue 239

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

Shades of Dodger Blue #119DEF

Tints of Dodger Blue #119DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.87%

R = 4.12%
G = 38.01%
B = 57.87%

CMYK

 C value IS 0.93

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#119DEF (or 0x119DEF) is known color: Dodger Blue. HEX triplet: 11, 9D and EF. RGB value is (17,157,239). Sum of RGB (Red+Green+Blue) = 17+157+239=413 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.12% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 239 (93.75% from 255 or 57.87% from 413); Max value from RGB is 239 - color contains mainly: blue. Hex color #119DEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119DEF is #EE6210. Grayscale: #7C7C7C. Windows color (decimal): -15622673 or 15703313. OLE color: 15703313.

HSL color Cylindrical-coordinate representation of color #119DEF: hue angle of 202.16º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119DEF is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 17 157 239 -
CMYK 0.93 0.34 0 0.06
HSL 202.16º 0.87% 0.5% -
HSV(B) 202.16º 0.93% 0.94% -
XYZ 27.87 30.47 86.07 -
YUV 124.49 192.62 51.33 -
System Red Green Blue C M Y K H S L
Decimal 17 157 239 0.93 0.34 0 0.06 202.16 0.87 0.5
Hex 11 9D EF 5D 22 0 6 CA 57 32
Octal 21 235 357 135 42 0 6 312 127 62
Binary 10001 10011101 11101111 1011101 100010 0 110 11001010 1010111 110010

Color Harmonies of #119DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119DEF

Black with #119DEF

Text Example


Text Example

White with #119DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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