Html Css Color HEX #138EDC Pacific Blue

📋 copy color: '#138EDC'

red 19 ◦ green 142 ◦ blue 220

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

Shades of Pacific Blue #138EDC

Tints of Pacific Blue #138EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.74%

R = 4.99%
G = 37.27%
B = 57.74%

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

#138EDC (or 0x138EDC) is known color: Pacific Blue. HEX triplet: 13, 8E and DC. RGB value is (19,142,220). Sum of RGB (Red+Green+Blue) = 19+142+220=381 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.99% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #138EDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138EDC is #EC7123. Grayscale: #717171. Windows color (decimal): -15495460 or 14454291. OLE color: 14454291.

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

Color convert

RGB 19 142 220 -
CMYK 0.91 0.35 0 0.14
HSL 203.28º 0.84% 0.47% -
HSV(B) 203.28º 0.91% 0.86% -
XYZ 22.86 24.65 71.26 -
YUV 114.12 187.75 60.16 -
System Red Green Blue C M Y K H S L
Decimal 19 142 220 0.91 0.35 0 0.14 203.28 0.84 0.47
Hex 13 8E DC 5B 23 0 E CB 54 2F
Octal 23 216 334 133 43 0 16 313 124 57
Binary 10011 10001110 11011100 1011011 100011 0 1110 11001011 1010100 101111

Color Harmonies of #138EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138EDC

Black with #138EDC

Text Example


Text Example

White with #138EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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