Html Css Color HEX #118FDD Pacific Blue

📋 copy color: '#118FDD'

red 17 ◦ green 143 ◦ blue 221

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

Shades of Pacific Blue #118FDD

Tints of Pacific Blue #118FDD

RGB

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

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

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

R = 4.46%
G = 37.53%
B = 58.01%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#118FDD (or 0x118FDD) is known color: Pacific Blue. HEX triplet: 11, 8F and DD. RGB value is (17,143,221). Sum of RGB (Red+Green+Blue) = 17+143+221=381 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.46% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #118FDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118FDD is #EE7022. Grayscale: #717171. Windows color (decimal): -15626275 or 14520081. OLE color: 14520081.

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

Color convert

RGB 17 143 221 -
CMYK 0.92 0.35 0 0.13
HSL 202.94º 0.86% 0.47% -
HSV(B) 202.94º 0.92% 0.87% -
XYZ 23.1 24.98 72.01 -
YUV 114.22 188.26 58.66 -
System Red Green Blue C M Y K H S L
Decimal 17 143 221 0.92 0.35 0 0.13 202.94 0.86 0.47
Hex 11 8F DD 5C 23 0 D CB 56 2F
Octal 21 217 335 134 43 0 15 313 126 57
Binary 10001 10001111 11011101 1011100 100011 0 1101 11001011 1010110 101111

Color Harmonies of #118FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118FDD

Black with #118FDD

Text Example


Text Example

White with #118FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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