Html Css Color HEX #118EDD Pacific Blue

📋 copy color: '#118EDD'

red 17 ◦ green 142 ◦ blue 221

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

Shades of Pacific Blue #118EDD

Tints of Pacific Blue #118EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.16%

R = 4.47%
G = 37.37%
B = 58.16%

CMYK

 C value IS 0.92

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#118EDD (or 0x118EDD) is known color: Pacific Blue. HEX triplet: 11, 8E and DD. RGB value is (17,142,221). Sum of RGB (Red+Green+Blue) = 17+142+221=380 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.47% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #118EDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118EDD is #EE7122. Grayscale: #717171. Windows color (decimal): -15626531 or 14519825. OLE color: 14519825.

HSL color Cylindrical-coordinate representation of color #118EDD: hue angle of 203.24º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #118EDD is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 142 221 -
CMYK 0.92 0.36 0 0.13
HSL 203.24º 0.86% 0.47% -
HSV(B) 203.24º 0.92% 0.87% -
XYZ 22.96 24.69 71.96 -
YUV 113.63 188.59 59.08 -
System Red Green Blue C M Y K H S L
Decimal 17 142 221 0.92 0.36 0 0.13 203.24 0.86 0.47
Hex 11 8E DD 5C 24 0 D CB 56 2F
Octal 21 216 335 134 44 0 15 313 126 57
Binary 10001 10001110 11011101 1011100 100100 0 1101 11001011 1010110 101111

Color Harmonies of #118EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118EDD

Black with #118EDD

Text Example


Text Example

White with #118EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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