Html Css Color HEX #1987BF Pelorous

📋 copy color: '#1987BF'

red 25 ◦ green 135 ◦ blue 191

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

Shades of Pelorous #1987BF

Tints of Pelorous #1987BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.42%

R = 7.12%
G = 38.46%
B = 54.42%

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

#1987BF (or 0x1987BF) is known color: Pelorous. HEX triplet: 19, 87 and BF. RGB value is (25,135,191). Sum of RGB (Red+Green+Blue) = 25+135+191=351 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.12% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #1987BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1987BF is #E67840. Grayscale: #6C6C6C. Windows color (decimal): -15104065 or 12551961. OLE color: 12551961.

HSL color Cylindrical-coordinate representation of color #1987BF: hue angle of 200.24º 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 #1987BF is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 25 135 191 -
CMYK 0.87 0.29 0 0.25
HSL 200.24º 0.77% 0.42% -
HSV(B) 200.24º 0.87% 0.75% -
XYZ 18.47 21.3 52.43 -
YUV 108.49 174.56 68.45 -
System Red Green Blue C M Y K H S L
Decimal 25 135 191 0.87 0.29 0 0.25 200.24 0.77 0.42
Hex 19 87 BF 57 1D 0 19 C8 4D 2A
Octal 31 207 277 127 35 0 31 310 115 52
Binary 11001 10000111 10111111 1010111 11101 0 11001 11001000 1001101 101010

Color Harmonies of #1987BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1987BF

Black with #1987BF

Text Example


Text Example

White with #1987BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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