Html Css Color HEX #1987BE Pelorous

📋 copy color: '#1987BE'

red 25 ◦ green 135 ◦ blue 190

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

Shades of Pelorous #1987BE

Tints of Pelorous #1987BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.29%

R = 7.14%
G = 38.57%
B = 54.29%

CMYK

 C value IS 0.87

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1987BE (or 0x1987BE) is known color: Pelorous. HEX triplet: 19, 87 and BE. RGB value is (25,135,190). Sum of RGB (Red+Green+Blue) = 25+135+190=350 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.14% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #1987BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1987BE is #E67841. Grayscale: #6C6C6C. Windows color (decimal): -15104066 or 12486425. OLE color: 12486425.

HSL color Cylindrical-coordinate representation of color #1987BE: hue angle of 200º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1987BE is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 25 135 190 -
CMYK 0.87 0.29 0 0.25
HSL 200º 0.77% 0.42% -
HSV(B) 200º 0.87% 0.75% -
XYZ 18.36 21.25 51.85 -
YUV 108.38 174.06 68.53 -
System Red Green Blue C M Y K H S L
Decimal 25 135 190 0.87 0.29 0 0.25 200 0.77 0.42
Hex 19 87 BE 57 1D 0 19 C8 4D 2A
Octal 31 207 276 127 35 0 31 310 115 52
Binary 11001 10000111 10111110 1010111 11101 0 11001 11001000 1001101 101010

Color Harmonies of #1987BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1987BE

Black with #1987BE

Text Example


Text Example

White with #1987BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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