Shades of Curious Blue #2587D3
Tints of Curious Blue #2587D3
RGB
CMYK
RGB Variations
Color information
#2587D3 (or 0x2587D3) is known color: Curious Blue. HEX triplet: 25, 87 and D3. RGB value is (37,135,211). Sum of RGB (Red+Green+Blue) = 37+135+211=383 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.66% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 211 (82.81% from 255 or 55.09% from 383); Max value from RGB is 211 - color contains mainly: blue. Hex color #2587D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2587D3 is #DA782C. Grayscale: #717171. Windows color (decimal): -14317613 or 13862693. OLE color: 13862693.
HSL color Cylindrical-coordinate representation of color #2587D3: hue angle of 206.21º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2587D3 is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 37 | 135 | 211 | - |
| CMYK | 0.82 | 0.36 | 0 | 0.17 |
| HSL | 206.21º | 0.7% | 0.49% | - |
| HSV(B) | 206.21º | 0.82% | 0.83% | - |
| XYZ | 21.18 | 22.42 | 64.84 | - |
| YUV | 114.36 | 182.53 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 135 | 211 | 0.82 | 0.36 | 0 | 0.17 | 206.21 | 0.7 | 0.49 |
| Hex | 25 | 87 | D3 | 52 | 24 | 0 | 11 | CE | 46 | 31 |
| Octal | 45 | 207 | 323 | 122 | 44 | 0 | 21 | 316 | 106 | 61 |
| Binary | 100101 | 10000111 | 11010011 | 1010010 | 100100 | 0 | 10001 | 11001110 | 1000110 | 110001 |
Color Harmonies of #2587D3
Complementary color
Monochromatic Colors of #2587D3
Black with #2587D3
Text Example
Text Example
White with #2587D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2587D3; }
p { color: rgb(37,135,211); }
H1.HeaderClassName
{
color: #2587D3;
}
.AnyTagClassName
{
color: #2587D3;
}
</style>
background-color css
<style>
a { background-color: #2587D3; }
a { background-color: rgb(37,135,211); }
div.DivClassName
{
background-color: #2587D3;
}
.BgClassName
{
background-color: #2587D3;
}
</style>
border-color css
<style>
span { border-color: #2587D3; }
span { border-color: rgb(37,135,211); }
td.TdClassName
{
border-color: #2587D3;
}
.TagClassName
{
border-color: #2587D3;
}
</style>