Html Css Color HEX #138ECD Pacific Blue

📋 copy color: '#138ECD'

red 19 ◦ green 142 ◦ blue 205

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

Shades of Pacific Blue #138ECD

Tints of Pacific Blue #138ECD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.8%

 BLUE value IS 205 (80.47% from 255) = 56.01%

R = 5.19%
G = 38.8%
B = 56.01%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#138ECD (or 0x138ECD) is known color: Pacific Blue. HEX triplet: 13, 8E and CD. RGB value is (19,142,205). Sum of RGB (Red+Green+Blue) = 19+142+205=366 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.19% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #138ECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138ECD is #EC7132. Grayscale: #707070. Windows color (decimal): -15495475 or 13471251. OLE color: 13471251.

HSL color Cylindrical-coordinate representation of color #138ECD: hue angle of 200.32º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #138ECD is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 142 205 -
CMYK 0.91 0.31 0 0.20
HSL 200.32º 0.83% 0.44% -
HSV(B) 200.32º 0.91% 0.8% -
XYZ 20.96 23.89 61.26 -
YUV 112.41 180.25 61.38 -
System Red Green Blue C M Y K H S L
Decimal 19 142 205 0.91 0.31 0 0.20 200.32 0.83 0.44
Hex 13 8E CD 5B 1F 0 14 C8 53 2C
Octal 23 216 315 133 37 0 24 310 123 54
Binary 10011 10001110 11001101 1011011 11111 0 10100 11001000 1010011 101100

Color Harmonies of #138ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138ECD

Black with #138ECD

Text Example


Text Example

White with #138ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,142,205); }

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

background-color css

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

 a { background-color: rgb(19,142,205); }

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

border-color css

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

 span { border-color: rgb(19,142,205); }

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