Shades of Curious Blue #2B8DBE
Tints of Curious Blue #2B8DBE
RGB
CMYK
RGB Variations
Color information
#2B8DBE (or 0x2B8DBE) is known color: Curious Blue. HEX triplet: 2B, 8D and BE. RGB value is (43,141,190). Sum of RGB (Red+Green+Blue) = 43+141+190=374 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.50% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B8DBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B8DBE is #D47241. Grayscale: #747474. Windows color (decimal): -13922882 or 12487979. OLE color: 12487979.
HSL color Cylindrical-coordinate representation of color #2B8DBE: hue angle of 200º 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 #2B8DBE is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 141 | 190 | - |
| CMYK | 0.77 | 0.26 | 0 | 0.25 |
| HSL | 200º | 0.63% | 0.46% | - |
| HSV(B) | 200º | 0.77% | 0.75% | - |
| XYZ | 19.82 | 23.28 | 52.16 | - |
| YUV | 117.28 | 169.03 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 141 | 190 | 0.77 | 0.26 | 0 | 0.25 | 200 | 0.63 | 0.46 |
| Hex | 2B | 8D | BE | 4D | 1A | 0 | 19 | C8 | 3F | 2E |
| Octal | 53 | 215 | 276 | 115 | 32 | 0 | 31 | 310 | 77 | 56 |
| Binary | 101011 | 10001101 | 10111110 | 1001101 | 11010 | 0 | 11001 | 11001000 | 111111 | 101110 |
Color Harmonies of #2B8DBE
Complementary color
Monochromatic Colors of #2B8DBE
Black with #2B8DBE
Text Example
Text Example
White with #2B8DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8DBE; }
p { color: rgb(43,141,190); }
H1.HeaderClassName
{
color: #2B8DBE;
}
.AnyTagClassName
{
color: #2B8DBE;
}
</style>
background-color css
<style>
a { background-color: #2B8DBE; }
a { background-color: rgb(43,141,190); }
div.DivClassName
{
background-color: #2B8DBE;
}
.BgClassName
{
background-color: #2B8DBE;
}
</style>
border-color css
<style>
span { border-color: #2B8DBE; }
span { border-color: rgb(43,141,190); }
td.TdClassName
{
border-color: #2B8DBE;
}
.TagClassName
{
border-color: #2B8DBE;
}
</style>