#118AFA

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

Shades of Dodger Blue #118AFA

Tints of Dodger Blue #118AFA

Color information

#118AFA (or 0x118AFA) is unknown color: approx Dodger Blue. HEX triplet: 11, 8A and FA. RGB value is (17,138,250). Sum of RGB (Red+Green+Blue) = 17+138+250=405 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.20% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #118AFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118AFA is #EE7505. Grayscale: #727272. Windows color (decimal): -15627526 or 16419345. OLE color: 16419345.

HSL color Cylindrical-coordinate representation of color #118AFA: hue angle of 208.84º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #118AFA is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17138250-
CMYK0.930.4500.02
HSL208.84º95.88%52.35%-
HSV(B)208.84º93.2%98.04%-
XYZ26.5725.293.91-
YUV114.59204.4158.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.20%
GREEN value IS 138 (54.30% from 255) = 34.07%
BLUE value IS 250 (98.05% from 255) = 61.73%
R=4.20%
G=34.07%
B=61.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal171382500.930.4500.02208.8495.8852.35
Hex118AFA5D2D02d16034
Octal21212372135550232114064
Binary1000110001010111110101011101101101010110100011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118AFA; }

 p { color: rgb(17,138,250); }

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

<style>
 a { background-color: #118AFA; }

 a { background-color: rgb(17,138,250); }

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

<style>
 span { border-color: #118AFA; }

 span { border-color: rgb(17,138,250); }

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