Shades of Curious Blue #2F8DBA
Tints of Curious Blue #2F8DBA
RGB
CMYK
RGB Variations
Color information
#2F8DBA (or 0x2F8DBA) is known color: Curious Blue. HEX triplet: 2F, 8D and BA. RGB value is (47,141,186). Sum of RGB (Red+Green+Blue) = 47+141+186=374 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.57% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F8DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F8DBA is #D07245. Grayscale: #757575. Windows color (decimal): -13660742 or 12225839. OLE color: 12225839.
HSL color Cylindrical-coordinate representation of color #2F8DBA: hue angle of 199.42º 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 #2F8DBA is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 141 | 186 | - |
| CMYK | 0.75 | 0.24 | 0 | 0.27 |
| HSL | 199.42º | 0.6% | 0.46% | - |
| HSV(B) | 199.42º | 0.75% | 0.73% | - |
| XYZ | 19.56 | 23.2 | 49.9 | - |
| YUV | 118.02 | 166.36 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 141 | 186 | 0.75 | 0.24 | 0 | 0.27 | 199.42 | 0.6 | 0.46 |
| Hex | 2F | 8D | BA | 4B | 18 | 0 | 1B | C7 | 3C | 2E |
| Octal | 57 | 215 | 272 | 113 | 30 | 0 | 33 | 307 | 74 | 56 |
| Binary | 101111 | 10001101 | 10111010 | 1001011 | 11000 | 0 | 11011 | 11000111 | 111100 | 101110 |
Color Harmonies of #2F8DBA
Complementary color
Monochromatic Colors of #2F8DBA
Black with #2F8DBA
Text Example
Text Example
White with #2F8DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8DBA; }
p { color: rgb(47,141,186); }
H1.HeaderClassName
{
color: #2F8DBA;
}
.AnyTagClassName
{
color: #2F8DBA;
}
</style>
background-color css
<style>
a { background-color: #2F8DBA; }
a { background-color: rgb(47,141,186); }
div.DivClassName
{
background-color: #2F8DBA;
}
.BgClassName
{
background-color: #2F8DBA;
}
</style>
border-color css
<style>
span { border-color: #2F8DBA; }
span { border-color: rgb(47,141,186); }
td.TdClassName
{
border-color: #2F8DBA;
}
.TagClassName
{
border-color: #2F8DBA;
}
</style>