Html Css Color HEX #118EFE Dodger Blue

📋 copy color: '#118EFE'

red 17 ◦ green 142 ◦ blue 254

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

Shades of Dodger Blue #118EFE

Tints of Dodger Blue #118EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 61.5%

R = 4.12%
G = 34.38%
B = 61.5%

CMYK

 C value IS 0.93

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#118EFE (or 0x118EFE) is known color: Dodger Blue. HEX triplet: 11, 8E and FE. RGB value is (17,142,254). Sum of RGB (Red+Green+Blue) = 17+142+254=413 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.12% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 254 (99.61% from 255 or 61.50% from 413); Max value from RGB is 254 - color contains mainly: blue. Hex color #118EFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118EFE is #EE7101. Grayscale: #747474. Windows color (decimal): -15626498 or 16682513. OLE color: 16682513.

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

Color convert

RGB 17 142 254 -
CMYK 0.93 0.44 0 0.00
HSL 208.35º 0.99% 0.53% -
HSV(B) 208.35º 0.93% 1% -
XYZ 27.79 26.62 97.44 -
YUV 117.39 205.09 56.39 -
System Red Green Blue C M Y K H S L
Decimal 17 142 254 0.93 0.44 0 0.00 208.35 0.99 0.53
Hex 11 8E FE 5D 2C 0 0 D0 63 35
Octal 21 216 376 135 54 0 0 320 143 65
Binary 10001 10001110 11111110 1011101 101100 0 0 11010000 1100011 110101

Color Harmonies of #118EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118EFE

Black with #118EFE

Text Example


Text Example

White with #118EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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