#119DFF

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

Shades of Dodger Blue #119DFF

Tints of Dodger Blue #119DFF

Color information

#119DFF (or 0x119DFF) is unknown color: approx Dodger Blue. HEX triplet: 11, 9D and FF. RGB value is (17,157,255). Sum of RGB (Red+Green+Blue) = 17+157+255=429 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.96% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #119DFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119DFF is #EE6200. Grayscale: #7D7D7D. Windows color (decimal): -15622657 or 16751889. OLE color: 16751889.

HSL color Cylindrical-coordinate representation of color #119DFF: hue angle of 204.71º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119DFF is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17157255-
CMYK0.930.3800
HSL204.71º100%53.33%-
HSV(B)204.71º93.33%100%-
XYZ30.3431.4599.08-
YUV126.31200.6250.03-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.96%
GREEN value IS 157 (61.72% from 255) = 36.60%
BLUE value IS 255 (100% from 255) = 59.44%
R=3.96%
G=36.60%
B=59.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal171572550.930.3800204.7110053.33
Hex119DFF5D2600cd6435
Octal21235377135460031514465
Binary100011001110111111111101110110011000110011011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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