Shades of Curious Blue #2D87BC
Tints of Curious Blue #2D87BC
RGB
CMYK
RGB Variations
Color information
#2D87BC (or 0x2D87BC) is known color: Curious Blue. HEX triplet: 2D, 87 and BC. RGB value is (45,135,188). Sum of RGB (Red+Green+Blue) = 45+135+188=368 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.23% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D87BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D87BC is #D27843. Grayscale: #717171. Windows color (decimal): -13793348 or 12355373. OLE color: 12355373.
HSL color Cylindrical-coordinate representation of color #2D87BC: hue angle of 202.24º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D87BC is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 135 | 188 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.26 |
| HSL | 202.24º | 0.61% | 0.46% | - |
| HSV(B) | 202.24º | 0.76% | 0.74% | - |
| XYZ | 18.82 | 21.52 | 50.74 | - |
| YUV | 114.13 | 169.68 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 135 | 188 | 0.76 | 0.28 | 0 | 0.26 | 202.24 | 0.61 | 0.46 |
| Hex | 2D | 87 | BC | 4C | 1C | 0 | 1A | CA | 3D | 2E |
| Octal | 55 | 207 | 274 | 114 | 34 | 0 | 32 | 312 | 75 | 56 |
| Binary | 101101 | 10000111 | 10111100 | 1001100 | 11100 | 0 | 11010 | 11001010 | 111101 | 101110 |
Color Harmonies of #2D87BC
Complementary color
Monochromatic Colors of #2D87BC
Black with #2D87BC
Text Example
Text Example
White with #2D87BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D87BC; }
p { color: rgb(45,135,188); }
H1.HeaderClassName
{
color: #2D87BC;
}
.AnyTagClassName
{
color: #2D87BC;
}
</style>
background-color css
<style>
a { background-color: #2D87BC; }
a { background-color: rgb(45,135,188); }
div.DivClassName
{
background-color: #2D87BC;
}
.BgClassName
{
background-color: #2D87BC;
}
</style>
border-color css
<style>
span { border-color: #2D87BC; }
span { border-color: rgb(45,135,188); }
td.TdClassName
{
border-color: #2D87BC;
}
.TagClassName
{
border-color: #2D87BC;
}
</style>