Shades of Curious Blue #2D87BE
Tints of Curious Blue #2D87BE
RGB
CMYK
RGB Variations
Color information
#2D87BE (or 0x2D87BE) is known color: Curious Blue. HEX triplet: 2D, 87 and BE. RGB value is (45,135,190). Sum of RGB (Red+Green+Blue) = 45+135+190=370 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.16% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D87BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D87BE is #D27841. Grayscale: #727272. Windows color (decimal): -13793346 or 12486445. OLE color: 12486445.
HSL color Cylindrical-coordinate representation of color #2D87BE: hue angle of 202.76º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D87BE is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 135 | 190 | - |
| CMYK | 0.76 | 0.29 | 0 | 0.25 |
| HSL | 202.76º | 0.62% | 0.46% | - |
| HSV(B) | 202.76º | 0.76% | 0.75% | - |
| XYZ | 19.04 | 21.6 | 51.88 | - |
| YUV | 114.36 | 170.68 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 135 | 190 | 0.76 | 0.29 | 0 | 0.25 | 202.76 | 0.62 | 0.46 |
| Hex | 2D | 87 | BE | 4C | 1D | 0 | 19 | CB | 3E | 2E |
| Octal | 55 | 207 | 276 | 114 | 35 | 0 | 31 | 313 | 76 | 56 |
| Binary | 101101 | 10000111 | 10111110 | 1001100 | 11101 | 0 | 11001 | 11001011 | 111110 | 101110 |
Color Harmonies of #2D87BE
Complementary color
Monochromatic Colors of #2D87BE
Black with #2D87BE
Text Example
Text Example
White with #2D87BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D87BE; }
p { color: rgb(45,135,190); }
H1.HeaderClassName
{
color: #2D87BE;
}
.AnyTagClassName
{
color: #2D87BE;
}
</style>
background-color css
<style>
a { background-color: #2D87BE; }
a { background-color: rgb(45,135,190); }
div.DivClassName
{
background-color: #2D87BE;
}
.BgClassName
{
background-color: #2D87BE;
}
</style>
border-color css
<style>
span { border-color: #2D87BE; }
span { border-color: rgb(45,135,190); }
td.TdClassName
{
border-color: #2D87BE;
}
.TagClassName
{
border-color: #2D87BE;
}
</style>