Shades of Curious Blue #2B8DBF
Tints of Curious Blue #2B8DBF
RGB
CMYK
RGB Variations
Color information
#2B8DBF (or 0x2B8DBF) is known color: Curious Blue. HEX triplet: 2B, 8D and BF. RGB value is (43,141,191). Sum of RGB (Red+Green+Blue) = 43+141+191=375 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.47% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #2B8DBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B8DBF is #D47240. Grayscale: #757575. Windows color (decimal): -13922881 or 12553515. OLE color: 12553515.
HSL color Cylindrical-coordinate representation of color #2B8DBF: hue angle of 200.27º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B8DBF is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 141 | 191 | - |
| CMYK | 0.77 | 0.26 | 0 | 0.25 |
| HSL | 200.27º | 0.63% | 0.46% | - |
| HSV(B) | 200.27º | 0.77% | 0.75% | - |
| XYZ | 19.93 | 23.32 | 52.74 | - |
| YUV | 117.4 | 169.53 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 141 | 191 | 0.77 | 0.26 | 0 | 0.25 | 200.27 | 0.63 | 0.46 |
| Hex | 2B | 8D | BF | 4D | 1A | 0 | 19 | C8 | 3F | 2E |
| Octal | 53 | 215 | 277 | 115 | 32 | 0 | 31 | 310 | 77 | 56 |
| Binary | 101011 | 10001101 | 10111111 | 1001101 | 11010 | 0 | 11001 | 11001000 | 111111 | 101110 |
Color Harmonies of #2B8DBF
Complementary color
Monochromatic Colors of #2B8DBF
Black with #2B8DBF
Text Example
Text Example
White with #2B8DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8DBF; }
p { color: rgb(43,141,191); }
H1.HeaderClassName
{
color: #2B8DBF;
}
.AnyTagClassName
{
color: #2B8DBF;
}
</style>
background-color css
<style>
a { background-color: #2B8DBF; }
a { background-color: rgb(43,141,191); }
div.DivClassName
{
background-color: #2B8DBF;
}
.BgClassName
{
background-color: #2B8DBF;
}
</style>
border-color css
<style>
span { border-color: #2B8DBF; }
span { border-color: rgb(43,141,191); }
td.TdClassName
{
border-color: #2B8DBF;
}
.TagClassName
{
border-color: #2B8DBF;
}
</style>