#119FF9

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

Shades of Dodger Blue #119FF9

Tints of Dodger Blue #119FF9

Color information

#119FF9 (or 0x119FF9) is unknown color: approx Dodger Blue. HEX triplet: 11, 9F and F9. RGB value is (17,159,249). Sum of RGB (Red+Green+Blue) = 17+159+249=425 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 249 (97.66% from 255 or 58.59% from 425); Max value from RGB is 249 - color contains mainly: blue. Hex color #119FF9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119FF9 is #EE6006. Grayscale: #7E7E7E. Windows color (decimal): -15622151 or 16359185. OLE color: 16359185.

HSL color Cylindrical-coordinate representation of color #119FF9: hue angle of 203.28º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119FF9 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17159249-
CMYK0.930.3600.02
HSL203.28º95.08%52.16%-
HSV(B)203.28º93.17%97.65%-
XYZ29.7331.7694.19-
YUV126.8196.9649.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4%
GREEN value IS 159 (62.5% from 255) = 37.41%
BLUE value IS 249 (97.66% from 255) = 58.59%
R=4%
G=37.41%
B=58.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal171592490.930.3600.02203.2895.0852.16
Hex119FF95D2402cb5f34
Octal21237371135440231313764
Binary1000110011111111110011011101100100010110010111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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