Html Css Color HEX #138DCD Pacific Blue

📋 copy color: '#138DCD'

red 19 ◦ green 141 ◦ blue 205

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

Shades of Pacific Blue #138DCD

Tints of Pacific Blue #138DCD

RGB

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

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

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

R = 5.21%
G = 38.63%
B = 56.16%

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

#138DCD (or 0x138DCD) is known color: Pacific Blue. HEX triplet: 13, 8D and CD. RGB value is (19,141,205). Sum of RGB (Red+Green+Blue) = 19+141+205=365 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.21% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #138DCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138DCD is #EC7232. Grayscale: #6F6F6F. Windows color (decimal): -15495731 or 13470995. OLE color: 13470995.

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

Color convert

RGB 19 141 205 -
CMYK 0.91 0.31 0 0.20
HSL 200.65º 0.83% 0.44% -
HSV(B) 200.65º 0.91% 0.8% -
XYZ 20.81 23.6 61.22 -
YUV 111.82 180.58 61.8 -
System Red Green Blue C M Y K H S L
Decimal 19 141 205 0.91 0.31 0 0.20 200.65 0.83 0.44
Hex 13 8D CD 5B 1F 0 14 C9 53 2C
Octal 23 215 315 133 37 0 24 311 123 54
Binary 10011 10001101 11001101 1011011 11111 0 10100 11001001 1010011 101100

Color Harmonies of #138DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138DCD

Black with #138DCD

Text Example


Text Example

White with #138DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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