Html Css Color HEX #119FDD Pacific Blue

📋 copy color: '#119FDD'

red 17 ◦ green 159 ◦ blue 221

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

Shades of Pacific Blue #119FDD

Tints of Pacific Blue #119FDD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.05%

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

R = 4.28%
G = 40.05%
B = 55.67%

CMYK

 C value IS 0.92

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#119FDD (or 0x119FDD) is known color: Pacific Blue. HEX triplet: 11, 9F and DD. RGB value is (17,159,221). Sum of RGB (Red+Green+Blue) = 17+159+221=397 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.28% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #119FDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119FDD is #EE6022. Grayscale: #7B7B7B. Windows color (decimal): -15622179 or 14524177. OLE color: 14524177.

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

Color convert

RGB 17 159 221 -
CMYK 0.92 0.28 0 0.13
HSL 198.24º 0.86% 0.47% -
HSV(B) 198.24º 0.92% 0.87% -
XYZ 25.68 30.14 72.87 -
YUV 123.61 182.96 51.96 -
System Red Green Blue C M Y K H S L
Decimal 17 159 221 0.92 0.28 0 0.13 198.24 0.86 0.47
Hex 11 9F DD 5C 1C 0 D C6 56 2F
Octal 21 237 335 134 34 0 15 306 126 57
Binary 10001 10011111 11011101 1011100 11100 0 1101 11000110 1010110 101111

Color Harmonies of #119FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119FDD

Black with #119FDD

Text Example


Text Example

White with #119FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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