Html Css Color HEX #119EDC Pacific Blue

📋 copy color: '#119EDC'

red 17 ◦ green 158 ◦ blue 220

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

Shades of Pacific Blue #119EDC

Tints of Pacific Blue #119EDC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40%

 BLUE value IS 220 (86.33% from 255) = 55.7%

R = 4.3%
G = 40%
B = 55.7%

CMYK

 C value IS 0.92

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#119EDC (or 0x119EDC) is known color: Pacific Blue. HEX triplet: 11, 9E and DC. RGB value is (17,158,220). Sum of RGB (Red+Green+Blue) = 17+158+220=395 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.30% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #119EDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119EDC is #EE6123. Grayscale: #7A7A7A. Windows color (decimal): -15622436 or 14458385. OLE color: 14458385.

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

Color convert

RGB 17 158 220 -
CMYK 0.92 0.28 0 0.14
HSL 198.33º 0.86% 0.46% -
HSV(B) 198.33º 0.92% 0.86% -
XYZ 25.38 29.74 72.11 -
YUV 122.91 182.79 52.46 -
System Red Green Blue C M Y K H S L
Decimal 17 158 220 0.92 0.28 0 0.14 198.33 0.86 0.46
Hex 11 9E DC 5C 1C 0 E C6 56 2E
Octal 21 236 334 134 34 0 16 306 126 56
Binary 10001 10011110 11011100 1011100 11100 0 1110 11000110 1010110 101110

Color Harmonies of #119EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119EDC

Black with #119EDC

Text Example


Text Example

White with #119EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119EDC; }

 p { color: rgb(17,158,220); }

 H1.HeaderClassName
 {
   color: #119EDC;
 }
 .AnyTagClassName
 {
   color: #119EDC;
 }
</style>

background-color css

<style>
 a { background-color: #119EDC; }

 a { background-color: rgb(17,158,220); }

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

border-color css

<style>
 span { border-color: #119EDC; }

 span { border-color: rgb(17,158,220); }

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