Shades of Curious Blue #2E85DB
Tints of Curious Blue #2E85DB
RGB
CMYK
RGB Variations
Color information
#2E85DB (or 0x2E85DB) is known color: Curious Blue. HEX triplet: 2E, 85 and DB. RGB value is (46,133,219). Sum of RGB (Red+Green+Blue) = 46+133+219=398 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.56% from 398); Green value is 133 (52.34% from 255 or 33.42% 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 #2E85DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E85DB is #D17A24. Grayscale: #747474. Windows color (decimal): -13728293 or 14386478. OLE color: 14386478.
HSL color Cylindrical-coordinate representation of color #2E85DB: hue angle of 209.83º 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 #2E85DB is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 133 | 219 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.14 |
| HSL | 209.83º | 0.71% | 0.52% | - |
| HSV(B) | 209.83º | 0.79% | 0.86% | - |
| XYZ | 22.3 | 22.47 | 70.18 | - |
| YUV | 116.79 | 185.68 | 77.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 133 | 219 | 0.79 | 0.39 | 0 | 0.14 | 209.83 | 0.71 | 0.52 |
| Hex | 2E | 85 | DB | 4F | 27 | 0 | E | D2 | 47 | 34 |
| Octal | 56 | 205 | 333 | 117 | 47 | 0 | 16 | 322 | 107 | 64 |
| Binary | 101110 | 10000101 | 11011011 | 1001111 | 100111 | 0 | 1110 | 11010010 | 1000111 | 110100 |
Color Harmonies of #2E85DB
Complementary color
Monochromatic Colors of #2E85DB
Black with #2E85DB
Text Example
Text Example
White with #2E85DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E85DB; }
p { color: rgb(46,133,219); }
H1.HeaderClassName
{
color: #2E85DB;
}
.AnyTagClassName
{
color: #2E85DB;
}
</style>
background-color css
<style>
a { background-color: #2E85DB; }
a { background-color: rgb(46,133,219); }
div.DivClassName
{
background-color: #2E85DB;
}
.BgClassName
{
background-color: #2E85DB;
}
</style>
border-color css
<style>
span { border-color: #2E85DB; }
span { border-color: rgb(46,133,219); }
td.TdClassName
{
border-color: #2E85DB;
}
.TagClassName
{
border-color: #2E85DB;
}
</style>