#119EF6

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

Shades of Dodger Blue #119EF6

Tints of Dodger Blue #119EF6

Color information

#119EF6 (or 0x119EF6) is unknown color: approx Dodger Blue. HEX triplet: 11, 9E and F6. RGB value is (17,158,246). Sum of RGB (Red+Green+Blue) = 17+158+246=421 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.04% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 246 (96.48% from 255 or 58.43% from 421); Max value from RGB is 246 - color contains mainly: blue. Hex color #119EF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119EF6 is #EE6109. Grayscale: #7D7D7D. Windows color (decimal): -15622410 or 16162321. OLE color: 16162321.

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

Color convert

RGB17158246-
CMYK0.930.3600.04
HSL203.06º92.71%51.57%-
HSV(B)203.06º93.09%96.47%-
XYZ29.0931.2391.68-
YUV125.87195.7950.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.04%
GREEN value IS 158 (62.11% from 255) = 37.53%
BLUE value IS 246 (96.48% from 255) = 58.43%
R=4.04%
G=37.53%
B=58.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal171582460.930.3600.04203.0692.7151.57
Hex119EF65D2404cb5d34
Octal21236366135440431313564
Binary10001100111101111011010111011001000100110010111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,158,246); }

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

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

 a { background-color: rgb(17,158,246); }

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

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

 span { border-color: rgb(17,158,246); }

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