Html Css Color HEX #118DFC Dodger Blue

📋 copy color: '#118DFC'

red 17 ◦ green 141 ◦ blue 252

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

Shades of Dodger Blue #118DFC

Tints of Dodger Blue #118DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 61.46%

R = 4.15%
G = 34.39%
B = 61.46%

CMYK

 C value IS 0.93

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#118DFC (or 0x118DFC) is known color: Dodger Blue. HEX triplet: 11, 8D and FC. RGB value is (17,141,252). Sum of RGB (Red+Green+Blue) = 17+141+252=410 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.15% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 252 (98.83% from 255 or 61.46% from 410); Max value from RGB is 252 - color contains mainly: blue. Hex color #118DFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118DFC is #EE7203. Grayscale: #747474. Windows color (decimal): -15626756 or 16551185. OLE color: 16551185.

HSL color Cylindrical-coordinate representation of color #118DFC: hue angle of 208.34º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #118DFC is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 17 141 252 -
CMYK 0.93 0.44 0 0.01
HSL 208.34º 0.98% 0.53% -
HSV(B) 208.34º 0.93% 0.99% -
XYZ 27.33 26.2 95.71 -
YUV 116.58 204.42 56.97 -
System Red Green Blue C M Y K H S L
Decimal 17 141 252 0.93 0.44 0 0.01 208.34 0.98 0.53
Hex 11 8D FC 5D 2C 0 1 D0 62 35
Octal 21 215 374 135 54 0 1 320 142 65
Binary 10001 10001101 11111100 1011101 101100 0 1 11010000 1100010 110101

Color Harmonies of #118DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118DFC

Black with #118DFC

Text Example


Text Example

White with #118DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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