Html Css Color HEX #1587B7 Pelorous

📋 copy color: '#1587B7'

red 21 ◦ green 135 ◦ blue 183

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

Shades of Pelorous #1587B7

Tints of Pelorous #1587B7

RGB

 RED value IS 21 (8.59% from 255) = 6.19%

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

 BLUE value IS 183 (71.88% from 255) = 53.98%

R = 6.19%
G = 39.82%
B = 53.98%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#1587B7 (or 0x1587B7) is known color: Pelorous. HEX triplet: 15, 87 and B7. RGB value is (21,135,183). Sum of RGB (Red+Green+Blue) = 21+135+183=339 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.19% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 183 (71.88% from 255 or 53.98% from 339); Max value from RGB is 183 - color contains mainly: blue. Hex color #1587B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1587B7 is #EA7848. Grayscale: #6A6A6A. Windows color (decimal): -15366217 or 12027669. OLE color: 12027669.

HSL color Cylindrical-coordinate representation of color #1587B7: hue angle of 197.78º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1587B7 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 21 135 183 -
CMYK 0.89 0.26 0 0.28
HSL 197.78º 0.79% 0.4% -
HSV(B) 197.78º 0.89% 0.72% -
XYZ 17.52 20.91 47.91 -
YUV 106.39 171.23 67.1 -
System Red Green Blue C M Y K H S L
Decimal 21 135 183 0.89 0.26 0 0.28 197.78 0.79 0.4
Hex 15 87 B7 59 1A 0 1C C6 4F 28
Octal 25 207 267 131 32 0 34 306 117 50
Binary 10101 10000111 10110111 1011001 11010 0 11100 11000110 1001111 101000

Color Harmonies of #1587B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1587B7

Black with #1587B7

Text Example


Text Example

White with #1587B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1587B7; }

 p { color: rgb(21,135,183); }

 H1.HeaderClassName
 {
   color: #1587B7;
 }
 .AnyTagClassName
 {
   color: #1587B7;
 }
</style>

background-color css

<style>
 a { background-color: #1587B7; }

 a { background-color: rgb(21,135,183); }

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

border-color css

<style>
 span { border-color: #1587B7; }

 span { border-color: rgb(21,135,183); }

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