Html Css Color HEX #138DDA Pacific Blue

📋 copy color: '#138DDA'

red 19 ◦ green 141 ◦ blue 218

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

Shades of Pacific Blue #138DDA

Tints of Pacific Blue #138DDA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.3%

 BLUE value IS 218 (85.55% from 255) = 57.67%

R = 5.03%
G = 37.3%
B = 57.67%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#138DDA (or 0x138DDA) is known color: Pacific Blue. HEX triplet: 13, 8D and DA. RGB value is (19,141,218). Sum of RGB (Red+Green+Blue) = 19+141+218=378 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.03% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #138DDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138DDA is #EC7225. Grayscale: #707070. Windows color (decimal): -15495718 or 14322963. OLE color: 14322963.

HSL color Cylindrical-coordinate representation of color #138DDA: hue angle of 203.22º 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 #138DDA is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 141 218 -
CMYK 0.91 0.35 0 0.15
HSL 203.22º 0.84% 0.46% -
HSV(B) 203.22º 0.91% 0.85% -
XYZ 22.45 24.25 69.83 -
YUV 113.3 187.08 60.74 -
System Red Green Blue C M Y K H S L
Decimal 19 141 218 0.91 0.35 0 0.15 203.22 0.84 0.46
Hex 13 8D DA 5B 23 0 F CB 54 2E
Octal 23 215 332 133 43 0 17 313 124 56
Binary 10011 10001101 11011010 1011011 100011 0 1111 11001011 1010100 101110

Color Harmonies of #138DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138DDA

Black with #138DDA

Text Example


Text Example

White with #138DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,141,218); }

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

background-color css

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

 a { background-color: rgb(19,141,218); }

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

border-color css

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

 span { border-color: rgb(19,141,218); }

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