Html Css Color HEX #138FCB Pacific Blue

📋 copy color: '#138FCB'

red 19 ◦ green 143 ◦ blue 203

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

Shades of Pacific Blue #138FCB

Tints of Pacific Blue #138FCB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.18%

 BLUE value IS 203 (79.69% from 255) = 55.62%

R = 5.21%
G = 39.18%
B = 55.62%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#138FCB (or 0x138FCB) is known color: Pacific Blue. HEX triplet: 13, 8F and CB. RGB value is (19,143,203). Sum of RGB (Red+Green+Blue) = 19+143+203=365 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.21% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #138FCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138FCB is #EC7034. Grayscale: #707070. Windows color (decimal): -15495221 or 13340435. OLE color: 13340435.

HSL color Cylindrical-coordinate representation of color #138FCB: hue angle of 199.57º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #138FCB is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 143 203 -
CMYK 0.91 0.30 0 0.20
HSL 199.57º 0.83% 0.44% -
HSV(B) 199.57º 0.91% 0.8% -
XYZ 20.87 24.1 60.05 -
YUV 112.76 178.92 61.12 -
System Red Green Blue C M Y K H S L
Decimal 19 143 203 0.91 0.30 0 0.20 199.57 0.83 0.44
Hex 13 8F CB 5B 1E 0 14 C8 53 2C
Octal 23 217 313 133 36 0 24 310 123 54
Binary 10011 10001111 11001011 1011011 11110 0 10100 11001000 1010011 101100

Color Harmonies of #138FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138FCB

Black with #138FCB

Text Example


Text Example

White with #138FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,143,203); }

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

background-color css

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

 a { background-color: rgb(19,143,203); }

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

border-color css

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

 span { border-color: rgb(19,143,203); }

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