Html Css Color HEX #118DCD Pacific Blue

📋 copy color: '#118DCD'

red 17 ◦ green 141 ◦ blue 205

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

Shades of Pacific Blue #118DCD

Tints of Pacific Blue #118DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.47%

R = 4.68%
G = 38.84%
B = 56.47%

CMYK

 C value IS 0.92

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#118DCD (or 0x118DCD) is known color: Pacific Blue. HEX triplet: 11, 8D and CD. RGB value is (17,141,205). Sum of RGB (Red+Green+Blue) = 17+141+205=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #118DCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118DCD is #EE7232. Grayscale: #6E6E6E. Windows color (decimal): -15626803 or 13470993. OLE color: 13470993.

HSL color Cylindrical-coordinate representation of color #118DCD: hue angle of 200.43º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #118DCD is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 17 141 205 -
CMYK 0.92 0.31 0 0.20
HSL 200.43º 0.85% 0.44% -
HSV(B) 200.43º 0.92% 0.8% -
XYZ 20.78 23.58 61.21 -
YUV 111.22 180.92 60.8 -
System Red Green Blue C M Y K H S L
Decimal 17 141 205 0.92 0.31 0 0.20 200.43 0.85 0.44
Hex 11 8D CD 5C 1F 0 14 C8 55 2C
Octal 21 215 315 134 37 0 24 310 125 54
Binary 10001 10001101 11001101 1011100 11111 0 10100 11001000 1010101 101100

Color Harmonies of #118DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118DCD

Black with #118DCD

Text Example


Text Example

White with #118DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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