Html Css Color HEX #118AF9 Dodger Blue

📋 copy color: '#118AF9'

red 17 ◦ green 138 ◦ blue 249

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

Shades of Dodger Blue #118AF9

Tints of Dodger Blue #118AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 61.63%

R = 4.21%
G = 34.16%
B = 61.63%

CMYK

 C value IS 0.93

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#118AF9 (or 0x118AF9) is known color: Dodger Blue. HEX triplet: 11, 8A and F9. RGB value is (17,138,249). Sum of RGB (Red+Green+Blue) = 17+138+249=404 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.21% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 249 (97.66% from 255 or 61.63% from 404); Max value from RGB is 249 - color contains mainly: blue. Hex color #118AF9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118AF9 is #EE7506. Grayscale: #717171. Windows color (decimal): -15627527 or 16353809. OLE color: 16353809.

HSL color Cylindrical-coordinate representation of color #118AF9: hue angle of 208.71º degrees, saturation: 0.95, 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 #118AF9 is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 138 249 -
CMYK 0.93 0.45 0 0.02
HSL 208.71º 0.95% 0.52% -
HSV(B) 208.71º 0.93% 0.98% -
XYZ 26.42 25.14 93.08 -
YUV 114.48 203.91 58.47 -
System Red Green Blue C M Y K H S L
Decimal 17 138 249 0.93 0.45 0 0.02 208.71 0.95 0.52
Hex 11 8A F9 5D 2D 0 2 D1 5F 34
Octal 21 212 371 135 55 0 2 321 137 64
Binary 10001 10001010 11111001 1011101 101101 0 10 11010001 1011111 110100

Color Harmonies of #118AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118AF9

Black with #118AF9

Text Example


Text Example

White with #118AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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