Html Css Color HEX #2587AD Pelorous

📋 copy color: '#2587AD'

red 37 ◦ green 135 ◦ blue 173

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

Shades of Pelorous #2587AD

Tints of Pelorous #2587AD

RGB

 RED value IS 37 (14.84% from 255) = 10.72%

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

 BLUE value IS 173 (67.97% from 255) = 50.14%

R = 10.72%
G = 39.13%
B = 50.14%

CMYK

 C value IS 0.79

 M value IS 0.22

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2587AD (or 0x2587AD) is known color: Pelorous. HEX triplet: 25, 87 and AD. RGB value is (37,135,173). Sum of RGB (Red+Green+Blue) = 37+135+173=345 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.72% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #2587AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2587AD is #DA7852. Grayscale: #6D6D6D. Windows color (decimal): -14317651 or 11372325. OLE color: 11372325.

HSL color Cylindrical-coordinate representation of color #2587AD: hue angle of 196.76º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2587AD is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 135 173 -
CMYK 0.79 0.22 0 0.32
HSL 196.76º 0.65% 0.41% -
HSV(B) 196.76º 0.79% 0.68% -
XYZ 16.97 20.74 42.64 -
YUV 110.03 163.53 75.91 -
System Red Green Blue C M Y K H S L
Decimal 37 135 173 0.79 0.22 0 0.32 196.76 0.65 0.41
Hex 25 87 AD 4F 16 0 20 C5 41 29
Octal 45 207 255 117 26 0 40 305 101 51
Binary 100101 10000111 10101101 1001111 10110 0 100000 11000101 1000001 101001

Color Harmonies of #2587AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2587AD

Black with #2587AD

Text Example


Text Example

White with #2587AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2587AD; }

 p { color: rgb(37,135,173); }

 H1.HeaderClassName
 {
   color: #2587AD;
 }
 .AnyTagClassName
 {
   color: #2587AD;
 }
</style>

background-color css

<style>
 a { background-color: #2587AD; }

 a { background-color: rgb(37,135,173); }

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

border-color css

<style>
 span { border-color: #2587AD; }

 span { border-color: rgb(37,135,173); }

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