Html Css Color HEX #1388CD Pacific Blue

📋 copy color: '#1388CD'

red 19 ◦ green 136 ◦ blue 205

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

Shades of Pacific Blue #1388CD

Tints of Pacific Blue #1388CD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.78%

 BLUE value IS 205 (80.47% from 255) = 56.94%

R = 5.28%
G = 37.78%
B = 56.94%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1388CD (or 0x1388CD) is known color: Pacific Blue. HEX triplet: 13, 88 and CD. RGB value is (19,136,205). Sum of RGB (Red+Green+Blue) = 19+136+205=360 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.28% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #1388CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1388CD is #EC7732. Grayscale: #6C6C6C. Windows color (decimal): -15497011 or 13469715. OLE color: 13469715.

HSL color Cylindrical-coordinate representation of color #1388CD: hue angle of 202.26º 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 #1388CD is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 136 205 -
CMYK 0.91 0.34 0 0.20
HSL 202.26º 0.83% 0.44% -
HSV(B) 202.26º 0.91% 0.8% -
XYZ 20.09 22.15 60.97 -
YUV 108.88 182.24 63.89 -
System Red Green Blue C M Y K H S L
Decimal 19 136 205 0.91 0.34 0 0.20 202.26 0.83 0.44
Hex 13 88 CD 5B 22 0 14 CA 53 2C
Octal 23 210 315 133 42 0 24 312 123 54
Binary 10011 10001000 11001101 1011011 100010 0 10100 11001010 1010011 101100

Color Harmonies of #1388CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1388CD

Black with #1388CD

Text Example


Text Example

White with #1388CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1388CD; }

 p { color: rgb(19,136,205); }

 H1.HeaderClassName
 {
   color: #1388CD;
 }
 .AnyTagClassName
 {
   color: #1388CD;
 }
</style>

background-color css

<style>
 a { background-color: #1388CD; }

 a { background-color: rgb(19,136,205); }

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

border-color css

<style>
 span { border-color: #1388CD; }

 span { border-color: rgb(19,136,205); }

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