#119ded

Color #119DED Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #119DED

Tints of Dodger Blue #119DED

Color information

#119DED (or 0x119DED) is unknown color: approx Dodger Blue. HEX triplet: 11, 9D and ED. RGB value is (17,157,237). Sum of RGB (Red+Green+Blue) = 17+157+237=411 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.14% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 237 (92.97% from 255 or 57.66% from 411); Max value from RGB is 237 - color contains mainly: blue. Hex color #119DED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119DED is #EE6212. Grayscale: #7B7B7B. Windows color (decimal): -15622675 or 15572241. OLE color: 15572241.

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

Color convert

RGB17157237-
CMYK0.930.3400.07
HSL201.82º86.61%49.8%-
HSV(B)201.82º92.83%92.94%-
XYZ27.5730.3584.53-
YUV124.26191.6251.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.14%
GREEN value IS 157 (61.72% from 255) = 38.20%
BLUE value IS 237 (92.97% from 255) = 57.66%
R=4.14%
G=38.20%
B=57.66%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171572370.930.3400.07201.8286.6149.8
Hex119DED5D2207ca5732
Octal21235355135420731212762
Binary10001100111011110110110111011000100111110010101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119ded

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #119ded;
 }
 .AnyTagClassName
 {
   color: #119ded;
 }
</style>
background-color css

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

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

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

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

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

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