Html Css Color HEX #118FDA Pacific Blue

📋 copy color: '#118FDA'

red 17 ◦ green 143 ◦ blue 218

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

Shades of Pacific Blue #118FDA

Tints of Pacific Blue #118FDA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.83%

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

R = 4.5%
G = 37.83%
B = 57.67%

CMYK

 C value IS 0.92

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#118FDA (or 0x118FDA) is known color: Pacific Blue. HEX triplet: 11, 8F and DA. RGB value is (17,143,218). Sum of RGB (Red+Green+Blue) = 17+143+218=378 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.50% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #118FDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118FDA is #EE7025. Grayscale: #717171. Windows color (decimal): -15626278 or 14323473. OLE color: 14323473.

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

Color convert

RGB 17 143 218 -
CMYK 0.92 0.34 0 0.15
HSL 202.39º 0.86% 0.46% -
HSV(B) 202.39º 0.92% 0.85% -
XYZ 22.71 24.83 69.92 -
YUV 113.88 186.76 58.9 -
System Red Green Blue C M Y K H S L
Decimal 17 143 218 0.92 0.34 0 0.15 202.39 0.86 0.46
Hex 11 8F DA 5C 22 0 F CA 56 2E
Octal 21 217 332 134 42 0 17 312 126 56
Binary 10001 10001111 11011010 1011100 100010 0 1111 11001010 1010110 101110

Color Harmonies of #118FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118FDA

Black with #118FDA

Text Example


Text Example

White with #118FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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