Html Css Color HEX #118BDB Pacific Blue

📋 copy color: '#118BDB'

red 17 ◦ green 139 ◦ blue 219

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

Shades of Pacific Blue #118BDB

Tints of Pacific Blue #118BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.07%

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

R = 4.53%
G = 37.07%
B = 58.4%

CMYK

 C value IS 0.92

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#118BDB (or 0x118BDB) is known color: Pacific Blue. HEX triplet: 11, 8B and DB. RGB value is (17,139,219). Sum of RGB (Red+Green+Blue) = 17+139+219=375 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.53% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #118BDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118BDB is #EE7424. Grayscale: #6F6F6F. Windows color (decimal): -15627301 or 14387985. OLE color: 14387985.

HSL color Cylindrical-coordinate representation of color #118BDB: hue angle of 203.76º 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 #118BDB is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 139 219 -
CMYK 0.92 0.37 0 0.14
HSL 203.76º 0.86% 0.46% -
HSV(B) 203.76º 0.92% 0.86% -
XYZ 22.25 23.7 70.42 -
YUV 111.64 188.58 60.5 -
System Red Green Blue C M Y K H S L
Decimal 17 139 219 0.92 0.37 0 0.14 203.76 0.86 0.46
Hex 11 8B DB 5C 25 0 E CC 56 2E
Octal 21 213 333 134 45 0 16 314 126 56
Binary 10001 10001011 11011011 1011100 100101 0 1110 11001100 1010110 101110

Color Harmonies of #118BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118BDB

Black with #118BDB

Text Example


Text Example

White with #118BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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