Html Css Color HEX #138AD9 Pacific Blue

📋 copy color: '#138AD9'

red 19 ◦ green 138 ◦ blue 217

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

Shades of Pacific Blue #138AD9

Tints of Pacific Blue #138AD9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.9%

 BLUE value IS 217 (85.16% from 255) = 58.02%

R = 5.08%
G = 36.9%
B = 58.02%

CMYK

 C value IS 0.91

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#138AD9 (or 0x138AD9) is known color: Pacific Blue. HEX triplet: 13, 8A and D9. RGB value is (19,138,217). Sum of RGB (Red+Green+Blue) = 19+138+217=374 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.08% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 217 (85.16% from 255 or 58.02% from 374); Max value from RGB is 217 - color contains mainly: blue. Hex color #138AD9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138AD9 is #EC7526. Grayscale: #6E6E6E. Windows color (decimal): -15496487 or 14256659. OLE color: 14256659.

HSL color Cylindrical-coordinate representation of color #138AD9: hue angle of 203.94º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #138AD9 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 138 217 -
CMYK 0.91 0.36 0 0.15
HSL 203.94º 0.84% 0.46% -
HSV(B) 203.94º 0.91% 0.85% -
XYZ 21.88 23.33 68.99 -
YUV 111.43 187.58 62.08 -
System Red Green Blue C M Y K H S L
Decimal 19 138 217 0.91 0.36 0 0.15 203.94 0.84 0.46
Hex 13 8A D9 5B 24 0 F CC 54 2E
Octal 23 212 331 133 44 0 17 314 124 56
Binary 10011 10001010 11011001 1011011 100100 0 1111 11001100 1010100 101110

Color Harmonies of #138AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138AD9

Black with #138AD9

Text Example


Text Example

White with #138AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138AD9; }

 p { color: rgb(19,138,217); }

 H1.HeaderClassName
 {
   color: #138AD9;
 }
 .AnyTagClassName
 {
   color: #138AD9;
 }
</style>

background-color css

<style>
 a { background-color: #138AD9; }

 a { background-color: rgb(19,138,217); }

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

border-color css

<style>
 span { border-color: #138AD9; }

 span { border-color: rgb(19,138,217); }

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