Shades of Curious Blue #2E88DB
Tints of Curious Blue #2E88DB
RGB
CMYK
RGB Variations
Color information
#2E88DB (or 0x2E88DB) is known color: Curious Blue. HEX triplet: 2E, 88 and DB. RGB value is (46,136,219). Sum of RGB (Red+Green+Blue) = 46+136+219=401 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.47% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #2E88DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E88DB is #D17724. Grayscale: #767676. Windows color (decimal): -13727525 or 14387246. OLE color: 14387246.
HSL color Cylindrical-coordinate representation of color #2E88DB: hue angle of 208.79º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E88DB is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 136 | 219 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.14 |
| HSL | 208.79º | 0.71% | 0.52% | - |
| HSV(B) | 208.79º | 0.79% | 0.86% | - |
| XYZ | 22.72 | 23.3 | 70.32 | - |
| YUV | 118.55 | 184.68 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 136 | 219 | 0.79 | 0.38 | 0 | 0.14 | 208.79 | 0.71 | 0.52 |
| Hex | 2E | 88 | DB | 4F | 26 | 0 | E | D1 | 47 | 34 |
| Octal | 56 | 210 | 333 | 117 | 46 | 0 | 16 | 321 | 107 | 64 |
| Binary | 101110 | 10001000 | 11011011 | 1001111 | 100110 | 0 | 1110 | 11010001 | 1000111 | 110100 |
Color Harmonies of #2E88DB
Complementary color
Monochromatic Colors of #2E88DB
Black with #2E88DB
Text Example
Text Example
White with #2E88DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E88DB; }
p { color: rgb(46,136,219); }
H1.HeaderClassName
{
color: #2E88DB;
}
.AnyTagClassName
{
color: #2E88DB;
}
</style>
background-color css
<style>
a { background-color: #2E88DB; }
a { background-color: rgb(46,136,219); }
div.DivClassName
{
background-color: #2E88DB;
}
.BgClassName
{
background-color: #2E88DB;
}
</style>
border-color css
<style>
span { border-color: #2E88DB; }
span { border-color: rgb(46,136,219); }
td.TdClassName
{
border-color: #2E88DB;
}
.TagClassName
{
border-color: #2E88DB;
}
</style>