Html Css Color HEX #118EFC Dodger Blue

📋 copy color: '#118EFC'

red 17 ◦ green 142 ◦ blue 252

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

Shades of Dodger Blue #118EFC

Tints of Dodger Blue #118EFC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.55%

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

R = 4.14%
G = 34.55%
B = 61.31%

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

#118EFC (or 0x118EFC) is known color: Dodger Blue. HEX triplet: 11, 8E and FC. RGB value is (17,142,252). Sum of RGB (Red+Green+Blue) = 17+142+252=411 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.14% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 252 (98.83% from 255 or 61.31% from 411); Max value from RGB is 252 - color contains mainly: blue. Hex color #118EFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118EFC is #EE7103. Grayscale: #747474. Windows color (decimal): -15626500 or 16551441. OLE color: 16551441.

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

Color convert

RGB 17 142 252 -
CMYK 0.93 0.44 0 0.01
HSL 208.09º 0.98% 0.53% -
HSV(B) 208.09º 0.93% 0.99% -
XYZ 27.47 26.49 95.76 -
YUV 117.17 204.09 56.56 -
System Red Green Blue C M Y K H S L
Decimal 17 142 252 0.93 0.44 0 0.01 208.09 0.98 0.53
Hex 11 8E FC 5D 2C 0 1 D0 62 35
Octal 21 216 374 135 54 0 1 320 142 65
Binary 10001 10001110 11111100 1011101 101100 0 1 11010000 1100010 110101

Color Harmonies of #118EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118EFC

Black with #118EFC

Text Example


Text Example

White with #118EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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