Html Css Color HEX #138EDB Pacific Blue

📋 copy color: '#138EDB'

red 19 ◦ green 142 ◦ blue 219

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

Shades of Pacific Blue #138EDB

Tints of Pacific Blue #138EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.63%

R = 5%
G = 37.37%
B = 57.63%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#138EDB (or 0x138EDB) is known color: Pacific Blue. HEX triplet: 13, 8E and DB. RGB value is (19,142,219). Sum of RGB (Red+Green+Blue) = 19+142+219=380 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #138EDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138EDB is #EC7124. Grayscale: #717171. Windows color (decimal): -15495461 or 14388755. OLE color: 14388755.

HSL color Cylindrical-coordinate representation of color #138EDB: hue angle of 203.1º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #138EDB is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 142 219 -
CMYK 0.91 0.35 0 0.14
HSL 203.1º 0.84% 0.47% -
HSV(B) 203.1º 0.91% 0.86% -
XYZ 22.73 24.6 70.57 -
YUV 114 187.25 60.24 -
System Red Green Blue C M Y K H S L
Decimal 19 142 219 0.91 0.35 0 0.14 203.1 0.84 0.47
Hex 13 8E DB 5B 23 0 E CB 54 2F
Octal 23 216 333 133 43 0 16 313 124 57
Binary 10011 10001110 11011011 1011011 100011 0 1110 11001011 1010100 101111

Color Harmonies of #138EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138EDB

Black with #138EDB

Text Example


Text Example

White with #138EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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