Html Css Color HEX #138ED9 Pacific Blue

📋 copy color: '#138ED9'

red 19 ◦ green 142 ◦ blue 217

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

Shades of Pacific Blue #138ED9

Tints of Pacific Blue #138ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 57.41%

R = 5.03%
G = 37.57%
B = 57.41%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#138ED9 (or 0x138ED9) is known color: Pacific Blue. HEX triplet: 13, 8E and D9. RGB value is (19,142,217). Sum of RGB (Red+Green+Blue) = 19+142+217=378 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.03% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 217 (85.16% from 255 or 57.41% from 378); Max value from RGB is 217 - color contains mainly: blue. Hex color #138ED9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138ED9 is #EC7126. Grayscale: #717171. Windows color (decimal): -15495463 or 14257683. OLE color: 14257683.

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

Color convert

RGB 19 142 217 -
CMYK 0.91 0.35 0 0.15
HSL 202.73º 0.84% 0.46% -
HSV(B) 202.73º 0.91% 0.85% -
XYZ 22.47 24.49 69.19 -
YUV 113.77 186.25 60.4 -
System Red Green Blue C M Y K H S L
Decimal 19 142 217 0.91 0.35 0 0.15 202.73 0.84 0.46
Hex 13 8E D9 5B 23 0 F CB 54 2E
Octal 23 216 331 133 43 0 17 313 124 56
Binary 10011 10001110 11011001 1011011 100011 0 1111 11001011 1010100 101110

Color Harmonies of #138ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138ED9

Black with #138ED9

Text Example


Text Example

White with #138ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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