Html Css Color HEX #1487CD Pacific Blue

📋 copy color: '#1487CD'

red 20 ◦ green 135 ◦ blue 205

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

Shades of Pacific Blue #1487CD

Tints of Pacific Blue #1487CD

RGB

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

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

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

R = 5.56%
G = 37.5%
B = 56.94%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1487CD (or 0x1487CD) is known color: Pacific Blue. HEX triplet: 14, 87 and CD. RGB value is (20,135,205). Sum of RGB (Red+Green+Blue) = 20+135+205=360 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.56% from 360); Green value is 135 (53.12% from 255 or 37.5% 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 #1487CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1487CD is #EB7832. Grayscale: #6C6C6C. Windows color (decimal): -15431731 or 13469460. OLE color: 13469460.

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

Color convert

RGB 20 135 205 -
CMYK 0.90 0.34 0 0.20
HSL 202.7º 0.82% 0.44% -
HSV(B) 202.7º 0.9% 0.8% -
XYZ 19.97 21.88 60.93 -
YUV 108.6 182.4 64.81 -
System Red Green Blue C M Y K H S L
Decimal 20 135 205 0.90 0.34 0 0.20 202.7 0.82 0.44
Hex 14 87 CD 5A 22 0 14 CB 52 2C
Octal 24 207 315 132 42 0 24 313 122 54
Binary 10100 10000111 11001101 1011010 100010 0 10100 11001011 1010010 101100

Color Harmonies of #1487CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1487CD

Black with #1487CD

Text Example


Text Example

White with #1487CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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