Shades of Curious Blue #2587BC
Tints of Curious Blue #2587BC
RGB
CMYK
RGB Variations
Color information
#2587BC (or 0x2587BC) is known color: Curious Blue. HEX triplet: 25, 87 and BC. RGB value is (37,135,188). Sum of RGB (Red+Green+Blue) = 37+135+188=360 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.28% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #2587BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2587BC is #DA7843. Grayscale: #6F6F6F. Windows color (decimal): -14317636 or 12355365. OLE color: 12355365.
HSL color Cylindrical-coordinate representation of color #2587BC: hue angle of 201.06º 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 #2587BC is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 135 | 188 | - |
| CMYK | 0.80 | 0.28 | 0 | 0.26 |
| HSL | 201.06º | 0.67% | 0.44% | - |
| HSV(B) | 201.06º | 0.8% | 0.74% | - |
| XYZ | 18.5 | 21.35 | 50.72 | - |
| YUV | 111.74 | 171.03 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 135 | 188 | 0.80 | 0.28 | 0 | 0.26 | 201.06 | 0.67 | 0.44 |
| Hex | 25 | 87 | BC | 50 | 1C | 0 | 1A | C9 | 43 | 2C |
| Octal | 45 | 207 | 274 | 120 | 34 | 0 | 32 | 311 | 103 | 54 |
| Binary | 100101 | 10000111 | 10111100 | 1010000 | 11100 | 0 | 11010 | 11001001 | 1000011 | 101100 |
Color Harmonies of #2587BC
Complementary color
Monochromatic Colors of #2587BC
Black with #2587BC
Text Example
Text Example
White with #2587BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2587BC; }
p { color: rgb(37,135,188); }
H1.HeaderClassName
{
color: #2587BC;
}
.AnyTagClassName
{
color: #2587BC;
}
</style>
background-color css
<style>
a { background-color: #2587BC; }
a { background-color: rgb(37,135,188); }
div.DivClassName
{
background-color: #2587BC;
}
.BgClassName
{
background-color: #2587BC;
}
</style>
border-color css
<style>
span { border-color: #2587BC; }
span { border-color: rgb(37,135,188); }
td.TdClassName
{
border-color: #2587BC;
}
.TagClassName
{
border-color: #2587BC;
}
</style>