Html Css Color HEX #1987BB Pelorous

📋 copy color: '#1987BB'

red 25 ◦ green 135 ◦ blue 187

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

Shades of Pelorous #1987BB

Tints of Pelorous #1987BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.89%

R = 7.2%
G = 38.9%
B = 53.89%

CMYK

 C value IS 0.87

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1987BB (or 0x1987BB) is known color: Pelorous. HEX triplet: 19, 87 and BB. RGB value is (25,135,187). Sum of RGB (Red+Green+Blue) = 25+135+187=347 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.20% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #1987BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1987BB is #E67844. Grayscale: #6B6B6B. Windows color (decimal): -15104069 or 12289817. OLE color: 12289817.

HSL color Cylindrical-coordinate representation of color #1987BB: hue angle of 199.26º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1987BB is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 135 187 -
CMYK 0.87 0.28 0 0.27
HSL 199.26º 0.76% 0.42% -
HSV(B) 199.26º 0.87% 0.73% -
XYZ 18.03 21.12 50.14 -
YUV 108.04 172.56 68.77 -
System Red Green Blue C M Y K H S L
Decimal 25 135 187 0.87 0.28 0 0.27 199.26 0.76 0.42
Hex 19 87 BB 57 1C 0 1B C7 4C 2A
Octal 31 207 273 127 34 0 33 307 114 52
Binary 11001 10000111 10111011 1010111 11100 0 11011 11000111 1001100 101010

Color Harmonies of #1987BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1987BB

Black with #1987BB

Text Example


Text Example

White with #1987BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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