Shades of Curious Blue #2F8FBB
Tints of Curious Blue #2F8FBB
RGB
CMYK
RGB Variations
Color information
#2F8FBB (or 0x2F8FBB) is known color: Curious Blue. HEX triplet: 2F, 8F and BB. RGB value is (47,143,187). Sum of RGB (Red+Green+Blue) = 47+143+187=377 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.47% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #2F8FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F8FBB is #D07044. Grayscale: #777777. Windows color (decimal): -13660229 or 12291887. OLE color: 12291887.
HSL color Cylindrical-coordinate representation of color #2F8FBB: hue angle of 198.86º 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 #2F8FBB is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 143 | 187 | - |
| CMYK | 0.75 | 0.24 | 0 | 0.27 |
| HSL | 198.86º | 0.6% | 0.46% | - |
| HSV(B) | 198.86º | 0.75% | 0.73% | - |
| XYZ | 19.96 | 23.84 | 50.56 | - |
| YUV | 119.31 | 166.2 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 143 | 187 | 0.75 | 0.24 | 0 | 0.27 | 198.86 | 0.6 | 0.46 |
| Hex | 2F | 8F | BB | 4B | 18 | 0 | 1B | C7 | 3C | 2E |
| Octal | 57 | 217 | 273 | 113 | 30 | 0 | 33 | 307 | 74 | 56 |
| Binary | 101111 | 10001111 | 10111011 | 1001011 | 11000 | 0 | 11011 | 11000111 | 111100 | 101110 |
Color Harmonies of #2F8FBB
Complementary color
Monochromatic Colors of #2F8FBB
Black with #2F8FBB
Text Example
Text Example
White with #2F8FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8FBB; }
p { color: rgb(47,143,187); }
H1.HeaderClassName
{
color: #2F8FBB;
}
.AnyTagClassName
{
color: #2F8FBB;
}
</style>
background-color css
<style>
a { background-color: #2F8FBB; }
a { background-color: rgb(47,143,187); }
div.DivClassName
{
background-color: #2F8FBB;
}
.BgClassName
{
background-color: #2F8FBB;
}
</style>
border-color css
<style>
span { border-color: #2F8FBB; }
span { border-color: rgb(47,143,187); }
td.TdClassName
{
border-color: #2F8FBB;
}
.TagClassName
{
border-color: #2F8FBB;
}
</style>