Html Css Color HEX #118AF6 Dodger Blue

📋 copy color: '#118AF6'

red 17 ◦ green 138 ◦ blue 246

#118AF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #118AF6

Tints of Dodger Blue #118AF6

RGB

 RED value IS 17 (7.03% from 255) = 4.24%

 GREEN value IS 138 (54.3% from 255) = 34.41%

 BLUE value IS 246 (96.48% from 255) = 61.35%

R = 4.24%
G = 34.41%
B = 61.35%

CMYK

 C value IS 0.93

 M value IS 0.44

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#118AF6 (or 0x118AF6) is known color: Dodger Blue. HEX triplet: 11, 8A and F6. RGB value is (17,138,246). Sum of RGB (Red+Green+Blue) = 17+138+246=401 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.24% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 246 (96.48% from 255 or 61.35% from 401); Max value from RGB is 246 - color contains mainly: blue. Hex color #118AF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118AF6 is #EE7509. Grayscale: #717171. Windows color (decimal): -15627530 or 16157201. OLE color: 16157201.

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

Color convert

RGB 17 138 246 -
CMYK 0.93 0.44 0 0.04
HSL 208.3º 0.93% 0.52% -
HSV(B) 208.3º 0.93% 0.96% -
XYZ 25.95 24.95 90.64 -
YUV 114.13 202.41 58.72 -
System Red Green Blue C M Y K H S L
Decimal 17 138 246 0.93 0.44 0 0.04 208.3 0.93 0.52
Hex 11 8A F6 5D 2C 0 4 D0 5D 34
Octal 21 212 366 135 54 0 4 320 135 64
Binary 10001 10001010 11110110 1011101 101100 0 100 11010000 1011101 110100

Color Harmonies of #118AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118AF6

Black with #118AF6

Text Example


Text Example

White with #118AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #118AF6;
 }
 .AnyTagClassName
 {
   color: #118AF6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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