Shades of Curious Blue #2C87DB
Tints of Curious Blue #2C87DB
RGB
CMYK
RGB Variations
Color information
#2C87DB (or 0x2C87DB) is known color: Curious Blue. HEX triplet: 2C, 87 and DB. RGB value is (44,135,219). Sum of RGB (Red+Green+Blue) = 44+135+219=398 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.06% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #2C87DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C87DB is #D37824. Grayscale: #747474. Windows color (decimal): -13858853 or 14386988. OLE color: 14386988.
HSL color Cylindrical-coordinate representation of color #2C87DB: hue angle of 208.8º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C87DB is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 135 | 219 | - |
| CMYK | 0.80 | 0.38 | 0 | 0.14 |
| HSL | 208.8º | 0.71% | 0.52% | - |
| HSV(B) | 208.8º | 0.8% | 0.86% | - |
| XYZ | 22.49 | 22.98 | 70.27 | - |
| YUV | 117.37 | 185.35 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 135 | 219 | 0.80 | 0.38 | 0 | 0.14 | 208.8 | 0.71 | 0.52 |
| Hex | 2C | 87 | DB | 50 | 26 | 0 | E | D1 | 47 | 34 |
| Octal | 54 | 207 | 333 | 120 | 46 | 0 | 16 | 321 | 107 | 64 |
| Binary | 101100 | 10000111 | 11011011 | 1010000 | 100110 | 0 | 1110 | 11010001 | 1000111 | 110100 |
Color Harmonies of #2C87DB
Complementary color
Monochromatic Colors of #2C87DB
Black with #2C87DB
Text Example
Text Example
White with #2C87DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C87DB; }
p { color: rgb(44,135,219); }
H1.HeaderClassName
{
color: #2C87DB;
}
.AnyTagClassName
{
color: #2C87DB;
}
</style>
background-color css
<style>
a { background-color: #2C87DB; }
a { background-color: rgb(44,135,219); }
div.DivClassName
{
background-color: #2C87DB;
}
.BgClassName
{
background-color: #2C87DB;
}
</style>
border-color css
<style>
span { border-color: #2C87DB; }
span { border-color: rgb(44,135,219); }
td.TdClassName
{
border-color: #2C87DB;
}
.TagClassName
{
border-color: #2C87DB;
}
</style>