Html Css Color HEX #138BD3 Pacific Blue

📋 copy color: '#138BD3'

red 19 ◦ green 139 ◦ blue 211

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

Shades of Pacific Blue #138BD3

Tints of Pacific Blue #138BD3

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.67%

 BLUE value IS 211 (82.81% from 255) = 57.18%

R = 5.15%
G = 37.67%
B = 57.18%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#138BD3 (or 0x138BD3) is known color: Pacific Blue. HEX triplet: 13, 8B and D3. RGB value is (19,139,211). Sum of RGB (Red+Green+Blue) = 19+139+211=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 211 (82.81% from 255 or 57.18% from 369); Max value from RGB is 211 - color contains mainly: blue. Hex color #138BD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138BD3 is #EC742C. Grayscale: #6E6E6E. Windows color (decimal): -15496237 or 13863699. OLE color: 13863699.

HSL color Cylindrical-coordinate representation of color #138BD3: hue angle of 202.5º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #138BD3 is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 19 139 211 -
CMYK 0.91 0.34 0 0.17
HSL 202.5º 0.83% 0.45% -
HSV(B) 202.5º 0.91% 0.83% -
XYZ 21.26 23.31 65.01 -
YUV 111.33 184.24 62.15 -
System Red Green Blue C M Y K H S L
Decimal 19 139 211 0.91 0.34 0 0.17 202.5 0.83 0.45
Hex 13 8B D3 5B 22 0 11 CA 53 2D
Octal 23 213 323 133 42 0 21 312 123 55
Binary 10011 10001011 11010011 1011011 100010 0 10001 11001010 1010011 101101

Color Harmonies of #138BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138BD3

Black with #138BD3

Text Example


Text Example

White with #138BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,139,211); }

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

background-color css

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

 a { background-color: rgb(19,139,211); }

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

border-color css

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

 span { border-color: rgb(19,139,211); }

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