Html Css Color HEX #2587BA Pelorous

📋 copy color: '#2587BA'

red 37 ◦ green 135 ◦ blue 186

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

Shades of Pelorous #2587BA

Tints of Pelorous #2587BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.96%

R = 10.34%
G = 37.71%
B = 51.96%

CMYK

 C value IS 0.80

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2587BA (or 0x2587BA) is known color: Pelorous. HEX triplet: 25, 87 and BA. RGB value is (37,135,186). Sum of RGB (Red+Green+Blue) = 37+135+186=358 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.34% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #2587BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2587BA is #DA7845. Grayscale: #6F6F6F. Windows color (decimal): -14317638 or 12224293. OLE color: 12224293.

HSL color Cylindrical-coordinate representation of color #2587BA: hue angle of 200.54º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2587BA is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 135 186 -
CMYK 0.80 0.27 0 0.27
HSL 200.54º 0.67% 0.44% -
HSV(B) 200.54º 0.8% 0.73% -
XYZ 18.29 21.27 49.6 -
YUV 111.51 170.03 74.85 -
System Red Green Blue C M Y K H S L
Decimal 37 135 186 0.80 0.27 0 0.27 200.54 0.67 0.44
Hex 25 87 BA 50 1B 0 1B C9 43 2C
Octal 45 207 272 120 33 0 33 311 103 54
Binary 100101 10000111 10111010 1010000 11011 0 11011 11001001 1000011 101100

Color Harmonies of #2587BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2587BA

Black with #2587BA

Text Example


Text Example

White with #2587BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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