Html Css Color HEX #118EDB Pacific Blue

📋 copy color: '#118EDB'

red 17 ◦ green 142 ◦ blue 219

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

Shades of Pacific Blue #118EDB

Tints of Pacific Blue #118EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.94%

R = 4.5%
G = 37.57%
B = 57.94%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#118EDB (or 0x118EDB) is known color: Pacific Blue. HEX triplet: 11, 8E and DB. RGB value is (17,142,219). Sum of RGB (Red+Green+Blue) = 17+142+219=378 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.50% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #118EDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118EDB is #EE7124. Grayscale: #707070. Windows color (decimal): -15626533 or 14388753. OLE color: 14388753.

HSL color Cylindrical-coordinate representation of color #118EDB: hue angle of 202.87º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #118EDB is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 142 219 -
CMYK 0.92 0.35 0 0.14
HSL 202.87º 0.86% 0.46% -
HSV(B) 202.87º 0.92% 0.86% -
XYZ 22.69 24.58 70.57 -
YUV 113.4 187.59 59.24 -
System Red Green Blue C M Y K H S L
Decimal 17 142 219 0.92 0.35 0 0.14 202.87 0.86 0.46
Hex 11 8E DB 5C 23 0 E CB 56 2E
Octal 21 216 333 134 43 0 16 313 126 56
Binary 10001 10001110 11011011 1011100 100011 0 1110 11001011 1010110 101110

Color Harmonies of #118EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118EDB

Black with #118EDB

Text Example


Text Example

White with #118EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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