Html Css Color HEX #138FD7 Pacific Blue

📋 copy color: '#138FD7'

red 19 ◦ green 143 ◦ blue 215

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

Shades of Pacific Blue #138FD7

Tints of Pacific Blue #138FD7

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.93%

 BLUE value IS 215 (84.38% from 255) = 57.03%

R = 5.04%
G = 37.93%
B = 57.03%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#138FD7 (or 0x138FD7) is known color: Pacific Blue. HEX triplet: 13, 8F and D7. RGB value is (19,143,215). Sum of RGB (Red+Green+Blue) = 19+143+215=377 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.04% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 215 (84.38% from 255 or 57.03% from 377); Max value from RGB is 215 - color contains mainly: blue. Hex color #138FD7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138FD7 is #EC7028. Grayscale: #717171. Windows color (decimal): -15495209 or 14126867. OLE color: 14126867.

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

Color convert

RGB 19 143 215 -
CMYK 0.91 0.33 0 0.16
HSL 202.04º 0.84% 0.46% -
HSV(B) 202.04º 0.91% 0.84% -
XYZ 22.36 24.69 67.88 -
YUV 114.13 184.92 60.15 -
System Red Green Blue C M Y K H S L
Decimal 19 143 215 0.91 0.33 0 0.16 202.04 0.84 0.46
Hex 13 8F D7 5B 21 0 10 CA 54 2E
Octal 23 217 327 133 41 0 20 312 124 56
Binary 10011 10001111 11010111 1011011 100001 0 10000 11001010 1010100 101110

Color Harmonies of #138FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138FD7

Black with #138FD7

Text Example


Text Example

White with #138FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,143,215); }

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

background-color css

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

 a { background-color: rgb(19,143,215); }

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

border-color css

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

 span { border-color: rgb(19,143,215); }

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