Html Css Color HEX #138ADA Pacific Blue

📋 copy color: '#138ADA'

red 19 ◦ green 138 ◦ blue 218

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

Shades of Pacific Blue #138ADA

Tints of Pacific Blue #138ADA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.8%

 BLUE value IS 218 (85.55% from 255) = 58.13%

R = 5.07%
G = 36.8%
B = 58.13%

CMYK

 C value IS 0.91

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#138ADA (or 0x138ADA) is known color: Pacific Blue. HEX triplet: 13, 8A and DA. RGB value is (19,138,218). Sum of RGB (Red+Green+Blue) = 19+138+218=375 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.07% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #138ADA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138ADA is #EC7525. Grayscale: #6F6F6F. Windows color (decimal): -15496486 or 14322195. OLE color: 14322195.

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

Color convert

RGB 19 138 218 -
CMYK 0.91 0.37 0 0.15
HSL 204.12º 0.84% 0.46% -
HSV(B) 204.12º 0.91% 0.85% -
XYZ 22.01 23.38 69.68 -
YUV 111.54 188.08 62 -
System Red Green Blue C M Y K H S L
Decimal 19 138 218 0.91 0.37 0 0.15 204.12 0.84 0.46
Hex 13 8A DA 5B 25 0 F CC 54 2E
Octal 23 212 332 133 45 0 17 314 124 56
Binary 10011 10001010 11011010 1011011 100101 0 1111 11001100 1010100 101110

Color Harmonies of #138ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138ADA

Black with #138ADA

Text Example


Text Example

White with #138ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,138,218); }

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

background-color css

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

 a { background-color: rgb(19,138,218); }

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

border-color css

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

 span { border-color: rgb(19,138,218); }

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