Html Css Color HEX #1487CB Pacific Blue

📋 copy color: '#1487CB'

red 20 ◦ green 135 ◦ blue 203

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

Shades of Pacific Blue #1487CB

Tints of Pacific Blue #1487CB

RGB

 RED value IS 20 (8.2% from 255) = 5.59%

 GREEN value IS 135 (53.13% from 255) = 37.71%

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

R = 5.59%
G = 37.71%
B = 56.7%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1487CB (or 0x1487CB) is known color: Pacific Blue. HEX triplet: 14, 87 and CB. RGB value is (20,135,203). Sum of RGB (Red+Green+Blue) = 20+135+203=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #1487CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1487CB is #EB7834. Grayscale: #6B6B6B. Windows color (decimal): -15431733 or 13338388. OLE color: 13338388.

HSL color Cylindrical-coordinate representation of color #1487CB: hue angle of 202.3º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1487CB is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 135 203 -
CMYK 0.90 0.33 0 0.20
HSL 202.3º 0.82% 0.44% -
HSV(B) 202.3º 0.9% 0.8% -
XYZ 19.73 21.79 59.67 -
YUV 108.37 181.4 64.97 -
System Red Green Blue C M Y K H S L
Decimal 20 135 203 0.90 0.33 0 0.20 202.3 0.82 0.44
Hex 14 87 CB 5A 21 0 14 CA 52 2C
Octal 24 207 313 132 41 0 24 312 122 54
Binary 10100 10000111 11001011 1011010 100001 0 10100 11001010 1010010 101100

Color Harmonies of #1487CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1487CB

Black with #1487CB

Text Example


Text Example

White with #1487CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1487CB; }

 p { color: rgb(20,135,203); }

 H1.HeaderClassName
 {
   color: #1487CB;
 }
 .AnyTagClassName
 {
   color: #1487CB;
 }
</style>

background-color css

<style>
 a { background-color: #1487CB; }

 a { background-color: rgb(20,135,203); }

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

border-color css

<style>
 span { border-color: #1487CB; }

 span { border-color: rgb(20,135,203); }

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