Shades of Curious Blue #2F8DBE
Tints of Curious Blue #2F8DBE
RGB
CMYK
RGB Variations
Color information
#2F8DBE (or 0x2F8DBE) is known color: Curious Blue. HEX triplet: 2F, 8D and BE. RGB value is (47,141,190). Sum of RGB (Red+Green+Blue) = 47+141+190=378 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.43% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F8DBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F8DBE is #D07241. Grayscale: #767676. Windows color (decimal): -13660738 or 12487983. OLE color: 12487983.
HSL color Cylindrical-coordinate representation of color #2F8DBE: hue angle of 200.56º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F8DBE is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 141 | 190 | - |
| CMYK | 0.75 | 0.26 | 0 | 0.25 |
| HSL | 200.56º | 0.6% | 0.46% | - |
| HSV(B) | 200.56º | 0.75% | 0.75% | - |
| XYZ | 19.99 | 23.37 | 52.17 | - |
| YUV | 118.48 | 168.36 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 141 | 190 | 0.75 | 0.26 | 0 | 0.25 | 200.56 | 0.6 | 0.46 |
| Hex | 2F | 8D | BE | 4B | 1A | 0 | 19 | C9 | 3C | 2E |
| Octal | 57 | 215 | 276 | 113 | 32 | 0 | 31 | 311 | 74 | 56 |
| Binary | 101111 | 10001101 | 10111110 | 1001011 | 11010 | 0 | 11001 | 11001001 | 111100 | 101110 |
Color Harmonies of #2F8DBE
Complementary color
Monochromatic Colors of #2F8DBE
Black with #2F8DBE
Text Example
Text Example
White with #2F8DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8DBE; }
p { color: rgb(47,141,190); }
H1.HeaderClassName
{
color: #2F8DBE;
}
.AnyTagClassName
{
color: #2F8DBE;
}
</style>
background-color css
<style>
a { background-color: #2F8DBE; }
a { background-color: rgb(47,141,190); }
div.DivClassName
{
background-color: #2F8DBE;
}
.BgClassName
{
background-color: #2F8DBE;
}
</style>
border-color css
<style>
span { border-color: #2F8DBE; }
span { border-color: rgb(47,141,190); }
td.TdClassName
{
border-color: #2F8DBE;
}
.TagClassName
{
border-color: #2F8DBE;
}
</style>