Shades of Curious Blue #2F8DBC
Tints of Curious Blue #2F8DBC
RGB
CMYK
RGB Variations
Color information
#2F8DBC (or 0x2F8DBC) is known color: Curious Blue. HEX triplet: 2F, 8D and BC. RGB value is (47,141,188). Sum of RGB (Red+Green+Blue) = 47+141+188=376 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.5% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F8DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F8DBC is #D07243. Grayscale: #757575. Windows color (decimal): -13660740 or 12356911. OLE color: 12356911.
HSL color Cylindrical-coordinate representation of color #2F8DBC: hue angle of 200º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F8DBC is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 141 | 188 | - |
| CMYK | 0.75 | 0.25 | 0 | 0.26 |
| HSL | 200º | 0.6% | 0.46% | - |
| HSV(B) | 200º | 0.75% | 0.74% | - |
| XYZ | 19.77 | 23.28 | 51.03 | - |
| YUV | 118.25 | 167.36 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 141 | 188 | 0.75 | 0.25 | 0 | 0.26 | 200 | 0.6 | 0.46 |
| Hex | 2F | 8D | BC | 4B | 19 | 0 | 1A | C8 | 3C | 2E |
| Octal | 57 | 215 | 274 | 113 | 31 | 0 | 32 | 310 | 74 | 56 |
| Binary | 101111 | 10001101 | 10111100 | 1001011 | 11001 | 0 | 11010 | 11001000 | 111100 | 101110 |
Color Harmonies of #2F8DBC
Complementary color
Monochromatic Colors of #2F8DBC
Black with #2F8DBC
Text Example
Text Example
White with #2F8DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8DBC; }
p { color: rgb(47,141,188); }
H1.HeaderClassName
{
color: #2F8DBC;
}
.AnyTagClassName
{
color: #2F8DBC;
}
</style>
background-color css
<style>
a { background-color: #2F8DBC; }
a { background-color: rgb(47,141,188); }
div.DivClassName
{
background-color: #2F8DBC;
}
.BgClassName
{
background-color: #2F8DBC;
}
</style>
border-color css
<style>
span { border-color: #2F8DBC; }
span { border-color: rgb(47,141,188); }
td.TdClassName
{
border-color: #2F8DBC;
}
.TagClassName
{
border-color: #2F8DBC;
}
</style>