Shades of Curious Blue #2F8FBA
Tints of Curious Blue #2F8FBA
RGB
CMYK
RGB Variations
Color information
#2F8FBA (or 0x2F8FBA) is known color: Curious Blue. HEX triplet: 2F, 8F and BA. RGB value is (47,143,186). Sum of RGB (Red+Green+Blue) = 47+143+186=376 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.5% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F8FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F8FBA is #D07045. Grayscale: #767676. Windows color (decimal): -13660230 or 12226351. OLE color: 12226351.
HSL color Cylindrical-coordinate representation of color #2F8FBA: hue angle of 198.56º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F8FBA is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 143 | 186 | - |
| CMYK | 0.75 | 0.23 | 0 | 0.27 |
| HSL | 198.56º | 0.6% | 0.46% | - |
| HSV(B) | 198.56º | 0.75% | 0.73% | - |
| XYZ | 19.86 | 23.79 | 50 | - |
| YUV | 119.2 | 165.7 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 143 | 186 | 0.75 | 0.23 | 0 | 0.27 | 198.56 | 0.6 | 0.46 |
| Hex | 2F | 8F | BA | 4B | 17 | 0 | 1B | C7 | 3C | 2E |
| Octal | 57 | 217 | 272 | 113 | 27 | 0 | 33 | 307 | 74 | 56 |
| Binary | 101111 | 10001111 | 10111010 | 1001011 | 10111 | 0 | 11011 | 11000111 | 111100 | 101110 |
Color Harmonies of #2F8FBA
Complementary color
Monochromatic Colors of #2F8FBA
Black with #2F8FBA
Text Example
Text Example
White with #2F8FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8FBA; }
p { color: rgb(47,143,186); }
H1.HeaderClassName
{
color: #2F8FBA;
}
.AnyTagClassName
{
color: #2F8FBA;
}
</style>
background-color css
<style>
a { background-color: #2F8FBA; }
a { background-color: rgb(47,143,186); }
div.DivClassName
{
background-color: #2F8FBA;
}
.BgClassName
{
background-color: #2F8FBA;
}
</style>
border-color css
<style>
span { border-color: #2F8FBA; }
span { border-color: rgb(47,143,186); }
td.TdClassName
{
border-color: #2F8FBA;
}
.TagClassName
{
border-color: #2F8FBA;
}
</style>