Html Css Color HEX #118DFF Dodger Blue

📋 copy color: '#118DFF'

red 17 ◦ green 141 ◦ blue 255

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

Shades of Dodger Blue #118DFF

Tints of Dodger Blue #118DFF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.14%

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

R = 4.12%
G = 34.14%
B = 61.74%

CMYK

 C value IS 0.93

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#118DFF (or 0x118DFF) is known color: Dodger Blue. HEX triplet: 11, 8D and FF. RGB value is (17,141,255). Sum of RGB (Red+Green+Blue) = 17+141+255=413 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.12% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #118DFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118DFF is #EE7200. Grayscale: #747474. Windows color (decimal): -15626753 or 16747793. OLE color: 16747793.

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

Color convert

RGB 17 141 255 -
CMYK 0.93 0.45 0 0
HSL 208.74º 1% 0.53% -
HSV(B) 208.74º 0.93% 1% -
XYZ 27.81 26.39 98.24 -
YUV 116.92 205.92 56.73 -
System Red Green Blue C M Y K H S L
Decimal 17 141 255 0.93 0.45 0 0 208.74 1 0.53
Hex 11 8D FF 5D 2D 0 0 D1 64 35
Octal 21 215 377 135 55 0 0 321 144 65
Binary 10001 10001101 11111111 1011101 101101 0 0 11010001 1100100 110101

Color Harmonies of #118DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118DFF

Black with #118DFF

Text Example


Text Example

White with #118DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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