Html Css Color HEX #139FDC Pacific Blue

📋 copy color: '#139FDC'

red 19 ◦ green 159 ◦ blue 220

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

Shades of Pacific Blue #139FDC

Tints of Pacific Blue #139FDC

RGB

 RED value IS 19 (7.81% from 255) = 4.77%

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

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

R = 4.77%
G = 39.95%
B = 55.28%

CMYK

 C value IS 0.91

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#139FDC (or 0x139FDC) is known color: Pacific Blue. HEX triplet: 13, 9F and DC. RGB value is (19,159,220). Sum of RGB (Red+Green+Blue) = 19+159+220=398 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.77% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #139FDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139FDC is #EC6023. Grayscale: #7B7B7B. Windows color (decimal): -15491108 or 14458643. OLE color: 14458643.

HSL color Cylindrical-coordinate representation of color #139FDC: hue angle of 198.21º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #139FDC is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 159 220 -
CMYK 0.91 0.28 0 0.14
HSL 198.21º 0.84% 0.47% -
HSV(B) 198.21º 0.91% 0.86% -
XYZ 25.58 30.1 72.17 -
YUV 124.09 182.12 53.04 -
System Red Green Blue C M Y K H S L
Decimal 19 159 220 0.91 0.28 0 0.14 198.21 0.84 0.47
Hex 13 9F DC 5B 1C 0 E C6 54 2F
Octal 23 237 334 133 34 0 16 306 124 57
Binary 10011 10011111 11011100 1011011 11100 0 1110 11000110 1010100 101111

Color Harmonies of #139FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139FDC

Black with #139FDC

Text Example


Text Example

White with #139FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139FDC; }

 p { color: rgb(19,159,220); }

 H1.HeaderClassName
 {
   color: #139FDC;
 }
 .AnyTagClassName
 {
   color: #139FDC;
 }
</style>

background-color css

<style>
 a { background-color: #139FDC; }

 a { background-color: rgb(19,159,220); }

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

border-color css

<style>
 span { border-color: #139FDC; }

 span { border-color: rgb(19,159,220); }

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