Shades of Curious Blue #2D8DBE
Tints of Curious Blue #2D8DBE
RGB
CMYK
RGB Variations
Color information
#2D8DBE (or 0x2D8DBE) is known color: Curious Blue. HEX triplet: 2D, 8D and BE. RGB value is (45,141,190). Sum of RGB (Red+Green+Blue) = 45+141+190=376 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.97% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D8DBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D8DBE is #D27241. Grayscale: #757575. Windows color (decimal): -13791810 or 12487981. OLE color: 12487981.
HSL color Cylindrical-coordinate representation of color #2D8DBE: hue angle of 200.28º 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 #2D8DBE is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 141 | 190 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.25 |
| HSL | 200.28º | 0.62% | 0.46% | - |
| HSV(B) | 200.28º | 0.76% | 0.75% | - |
| XYZ | 19.9 | 23.33 | 52.17 | - |
| YUV | 117.88 | 168.7 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 141 | 190 | 0.76 | 0.26 | 0 | 0.25 | 200.28 | 0.62 | 0.46 |
| Hex | 2D | 8D | BE | 4C | 1A | 0 | 19 | C8 | 3E | 2E |
| Octal | 55 | 215 | 276 | 114 | 32 | 0 | 31 | 310 | 76 | 56 |
| Binary | 101101 | 10001101 | 10111110 | 1001100 | 11010 | 0 | 11001 | 11001000 | 111110 | 101110 |
Color Harmonies of #2D8DBE
Complementary color
Monochromatic Colors of #2D8DBE
Black with #2D8DBE
Text Example
Text Example
White with #2D8DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8DBE; }
p { color: rgb(45,141,190); }
H1.HeaderClassName
{
color: #2D8DBE;
}
.AnyTagClassName
{
color: #2D8DBE;
}
</style>
background-color css
<style>
a { background-color: #2D8DBE; }
a { background-color: rgb(45,141,190); }
div.DivClassName
{
background-color: #2D8DBE;
}
.BgClassName
{
background-color: #2D8DBE;
}
</style>
border-color css
<style>
span { border-color: #2D8DBE; }
span { border-color: rgb(45,141,190); }
td.TdClassName
{
border-color: #2D8DBE;
}
.TagClassName
{
border-color: #2D8DBE;
}
</style>