Html Css Color HEX #139ADD Pacific Blue

📋 copy color: '#139ADD'

red 19 ◦ green 154 ◦ blue 221

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

Shades of Pacific Blue #139ADD

Tints of Pacific Blue #139ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.09%

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

R = 4.82%
G = 39.09%
B = 56.09%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#139ADD (or 0x139ADD) is known color: Pacific Blue. HEX triplet: 13, 9A and DD. RGB value is (19,154,221). Sum of RGB (Red+Green+Blue) = 19+154+221=394 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.82% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #139ADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139ADD is #EC6522. Grayscale: #787878. Windows color (decimal): -15492387 or 14522899. OLE color: 14522899.

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

Color convert

RGB 19 154 221 -
CMYK 0.91 0.30 0 0.13
HSL 199.9º 0.84% 0.47% -
HSV(B) 199.9º 0.91% 0.87% -
XYZ 24.88 28.47 72.59 -
YUV 121.27 184.27 55.05 -
System Red Green Blue C M Y K H S L
Decimal 19 154 221 0.91 0.30 0 0.13 199.9 0.84 0.47
Hex 13 9A DD 5B 1E 0 D C8 54 2F
Octal 23 232 335 133 36 0 15 310 124 57
Binary 10011 10011010 11011101 1011011 11110 0 1101 11001000 1010100 101111

Color Harmonies of #139ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139ADD

Black with #139ADD

Text Example


Text Example

White with #139ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,154,221); }

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

background-color css

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

 a { background-color: rgb(19,154,221); }

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

border-color css

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

 span { border-color: rgb(19,154,221); }

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