Html Css Color HEX #1987CD Pacific Blue

📋 copy color: '#1987CD'

red 25 ◦ green 135 ◦ blue 205

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

Shades of Pacific Blue #1987CD

Tints of Pacific Blue #1987CD

RGB

 RED value IS 25 (10.16% from 255) = 6.85%

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

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

R = 6.85%
G = 36.99%
B = 56.16%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1987CD (or 0x1987CD) is known color: Pacific Blue. HEX triplet: 19, 87 and CD. RGB value is (25,135,205). Sum of RGB (Red+Green+Blue) = 25+135+205=365 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.85% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #1987CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1987CD is #E67832. Grayscale: #6D6D6D. Windows color (decimal): -15104051 or 13469465. OLE color: 13469465.

HSL color Cylindrical-coordinate representation of color #1987CD: hue angle of 203.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1987CD is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 135 205 -
CMYK 0.88 0.34 0 0.20
HSL 203.33º 0.78% 0.45% -
HSV(B) 203.33º 0.88% 0.8% -
XYZ 20.08 21.94 60.93 -
YUV 110.09 181.56 67.31 -
System Red Green Blue C M Y K H S L
Decimal 25 135 205 0.88 0.34 0 0.20 203.33 0.78 0.45
Hex 19 87 CD 58 22 0 14 CB 4E 2D
Octal 31 207 315 130 42 0 24 313 116 55
Binary 11001 10000111 11001101 1011000 100010 0 10100 11001011 1001110 101101

Color Harmonies of #1987CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1987CD

Black with #1987CD

Text Example


Text Example

White with #1987CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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