Html Css Color HEX #2587BD Curious Blue

📋 copy color: '#2587BD'

red 37 ◦ green 135 ◦ blue 189

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

Shades of Curious Blue #2587BD

Tints of Curious Blue #2587BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.35%

R = 10.25%
G = 37.4%
B = 52.35%

CMYK

 C value IS 0.80

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2587BD (or 0x2587BD) is known color: Curious Blue. HEX triplet: 25, 87 and BD. RGB value is (37,135,189). Sum of RGB (Red+Green+Blue) = 37+135+189=361 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.25% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #2587BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2587BD is #DA7842. Grayscale: #6F6F6F. Windows color (decimal): -14317635 or 12420901. OLE color: 12420901.

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

Color convert

RGB 37 135 189 -
CMYK 0.80 0.29 0 0.26
HSL 201.32º 0.67% 0.44% -
HSV(B) 201.32º 0.8% 0.74% -
XYZ 18.61 21.4 51.29 -
YUV 111.85 171.53 74.61 -
System Red Green Blue C M Y K H S L
Decimal 37 135 189 0.80 0.29 0 0.26 201.32 0.67 0.44
Hex 25 87 BD 50 1D 0 1A C9 43 2C
Octal 45 207 275 120 35 0 32 311 103 54
Binary 100101 10000111 10111101 1010000 11101 0 11010 11001001 1000011 101100

Color Harmonies of #2587BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2587BD

Black with #2587BD

Text Example


Text Example

White with #2587BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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