Html Css Color HEX #138DCF Pacific Blue

📋 copy color: '#138DCF'

red 19 ◦ green 141 ◦ blue 207

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

Shades of Pacific Blue #138DCF

Tints of Pacific Blue #138DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.4%

R = 5.18%
G = 38.42%
B = 56.4%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#138DCF (or 0x138DCF) is known color: Pacific Blue. HEX triplet: 13, 8D and CF. RGB value is (19,141,207). Sum of RGB (Red+Green+Blue) = 19+141+207=367 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.18% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #138DCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138DCF is #EC7230. Grayscale: #6F6F6F. Windows color (decimal): -15495729 or 13602067. OLE color: 13602067.

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

Color convert

RGB 19 141 207 -
CMYK 0.91 0.32 0 0.19
HSL 201.06º 0.83% 0.44% -
HSV(B) 201.06º 0.91% 0.81% -
XYZ 21.06 23.69 62.49 -
YUV 112.05 181.58 61.63 -
System Red Green Blue C M Y K H S L
Decimal 19 141 207 0.91 0.32 0 0.19 201.06 0.83 0.44
Hex 13 8D CF 5B 20 0 13 C9 53 2C
Octal 23 215 317 133 40 0 23 311 123 54
Binary 10011 10001101 11001111 1011011 100000 0 10011 11001001 1010011 101100

Color Harmonies of #138DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138DCF

Black with #138DCF

Text Example


Text Example

White with #138DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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