#119FFF

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

Shades of Dodger Blue #119FFF

Tints of Dodger Blue #119FFF

Color information

#119FFF (or 0x119FFF) is unknown color: approx Dodger Blue. HEX triplet: 11, 9F and FF. RGB value is (17,159,255). Sum of RGB (Red+Green+Blue) = 17+159+255=431 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.94% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #119FFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119FFF is #EE6000. Grayscale: #7E7E7E. Windows color (decimal): -15622145 or 16752401. OLE color: 16752401.

HSL color Cylindrical-coordinate representation of color #119FFF: hue angle of 204.2º 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 #119FFF is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17159255-
CMYK0.930.3800
HSL204.2º100%53.33%-
HSV(B)204.2º93.33%100%-
XYZ30.6832.1499.19-
YUV127.49199.9649.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.94%
GREEN value IS 159 (62.5% from 255) = 36.89%
BLUE value IS 255 (100% from 255) = 59.16%
R=3.94%
G=36.89%
B=59.16%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal171592550.930.3800204.210053.33
Hex119FFF5D2600cc6435
Octal21237377135460031414465
Binary100011001111111111111101110110011000110011001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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