Html Css Color HEX #118FFF Dodger Blue

📋 copy color: '#118FFF'

red 17 ◦ green 143 ◦ blue 255

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

Shades of Dodger Blue #118FFF

Tints of Dodger Blue #118FFF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.46%

 BLUE value IS 255 (100% from 255) = 61.45%

R = 4.1%
G = 34.46%
B = 61.45%

CMYK

 C value IS 0.93

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#118FFF (or 0x118FFF) is known color: Dodger Blue. HEX triplet: 11, 8F and FF. RGB value is (17,143,255). Sum of RGB (Red+Green+Blue) = 17+143+255=415 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.10% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #118FFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118FFF is #EE7000. Grayscale: #757575. Windows color (decimal): -15626241 or 16748305. OLE color: 16748305.

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

Color convert

RGB 17 143 255 -
CMYK 0.93 0.44 0 0
HSL 208.24º 1% 0.53% -
HSV(B) 208.24º 0.93% 1% -
XYZ 28.1 26.98 98.33 -
YUV 118.09 205.26 55.89 -
System Red Green Blue C M Y K H S L
Decimal 17 143 255 0.93 0.44 0 0 208.24 1 0.53
Hex 11 8F FF 5D 2C 0 0 D0 64 35
Octal 21 217 377 135 54 0 0 320 144 65
Binary 10001 10001111 11111111 1011101 101100 0 0 11010000 1100100 110101

Color Harmonies of #118FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118FFF

Black with #118FFF

Text Example


Text Example

White with #118FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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