#119AFF

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

Shades of Dodger Blue #119AFF

Tints of Dodger Blue #119AFF

Color information

#119AFF (or 0x119AFF) is unknown color: approx Dodger Blue. HEX triplet: 11, 9A and FF. RGB value is (17,154,255). Sum of RGB (Red+Green+Blue) = 17+154+255=426 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.99% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #119AFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119AFF is #EE6500. Grayscale: #7C7C7C. Windows color (decimal): -15623425 or 16751121. OLE color: 16751121.

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

Color convert

RGB17154255-
CMYK0.930.4000
HSL205.46º100%53.33%-
HSV(B)205.46º93.33%100%-
XYZ29.8430.4598.91-
YUV124.55201.6151.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.99%
GREEN value IS 154 (60.55% from 255) = 36.15%
BLUE value IS 255 (100% from 255) = 59.86%
R=3.99%
G=36.15%
B=59.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal171542550.930.4000205.4610053.33
Hex119AFF5D2800cd6435
Octal21232377135500031514465
Binary100011001101011111111101110110100000110011011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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