Html Css Color HEX #118EDA Pacific Blue

📋 copy color: '#118EDA'

red 17 ◦ green 142 ◦ blue 218

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

Shades of Pacific Blue #118EDA

Tints of Pacific Blue #118EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.82%

R = 4.51%
G = 37.67%
B = 57.82%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#118EDA (or 0x118EDA) is known color: Pacific Blue. HEX triplet: 11, 8E and DA. RGB value is (17,142,218). Sum of RGB (Red+Green+Blue) = 17+142+218=377 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.51% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #118EDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118EDA is #EE7125. Grayscale: #707070. Windows color (decimal): -15626534 or 14323217. OLE color: 14323217.

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

Color convert

RGB 17 142 218 -
CMYK 0.92 0.35 0 0.15
HSL 202.69º 0.86% 0.46% -
HSV(B) 202.69º 0.92% 0.85% -
XYZ 22.56 24.53 69.87 -
YUV 113.29 187.09 59.32 -
System Red Green Blue C M Y K H S L
Decimal 17 142 218 0.92 0.35 0 0.15 202.69 0.86 0.46
Hex 11 8E DA 5C 23 0 F CB 56 2E
Octal 21 216 332 134 43 0 17 313 126 56
Binary 10001 10001110 11011010 1011100 100011 0 1111 11001011 1010110 101110

Color Harmonies of #118EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118EDA

Black with #118EDA

Text Example


Text Example

White with #118EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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