#119FF6

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

Shades of Dodger Blue #119FF6

Tints of Dodger Blue #119FF6

Color information

#119FF6 (or 0x119FF6) is unknown color: approx Dodger Blue. HEX triplet: 11, 9F and F6. RGB value is (17,159,246). Sum of RGB (Red+Green+Blue) = 17+159+246=422 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.03% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 246 (96.48% from 255 or 58.29% from 422); Max value from RGB is 246 - color contains mainly: blue. Hex color #119FF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119FF6 is #EE6009. Grayscale: #7D7D7D. Windows color (decimal): -15622154 or 16162577. OLE color: 16162577.

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

Color convert

RGB17159246-
CMYK0.930.3500.04
HSL202.79º92.71%51.57%-
HSV(B)202.79º93.09%96.47%-
XYZ29.2631.5791.74-
YUV126.46195.4649.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.03%
GREEN value IS 159 (62.5% from 255) = 37.68%
BLUE value IS 246 (96.48% from 255) = 58.29%
R=4.03%
G=37.68%
B=58.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal171592460.930.3500.04202.7992.7151.57
Hex119FF65D2304cb5d34
Octal21237366135430431313564
Binary10001100111111111011010111011000110100110010111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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