Shades of Curious Blue #2F80BB
Tints of Curious Blue #2F80BB
RGB
CMYK
RGB Variations
Color information
#2F80BB (or 0x2F80BB) is known color: Curious Blue. HEX triplet: 2F, 80 and BB. RGB value is (47,128,187). Sum of RGB (Red+Green+Blue) = 47+128+187=362 (47% of max value = 765). Red value is 47 (18.75% from 255 or 12.98% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #2F80BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F80BB is #D07F44. Grayscale: #6E6E6E. Windows color (decimal): -13664069 or 12288047. OLE color: 12288047.
HSL color Cylindrical-coordinate representation of color #2F80BB: hue angle of 205.29º 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 #2F80BB is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 128 | 187 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.27 |
| HSL | 205.29º | 0.6% | 0.46% | - |
| HSV(B) | 205.29º | 0.75% | 0.73% | - |
| XYZ | 17.86 | 19.63 | 49.86 | - |
| YUV | 110.51 | 171.16 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 128 | 187 | 0.75 | 0.32 | 0 | 0.27 | 205.29 | 0.6 | 0.46 |
| Hex | 2F | 80 | BB | 4B | 20 | 0 | 1B | CD | 3C | 2E |
| Octal | 57 | 200 | 273 | 113 | 40 | 0 | 33 | 315 | 74 | 56 |
| Binary | 101111 | 10000000 | 10111011 | 1001011 | 100000 | 0 | 11011 | 11001101 | 111100 | 101110 |
Color Harmonies of #2F80BB
Complementary color
Monochromatic Colors of #2F80BB
Black with #2F80BB
Text Example
Text Example
White with #2F80BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F80BB; }
p { color: rgb(47,128,187); }
H1.HeaderClassName
{
color: #2F80BB;
}
.AnyTagClassName
{
color: #2F80BB;
}
</style>
background-color css
<style>
a { background-color: #2F80BB; }
a { background-color: rgb(47,128,187); }
div.DivClassName
{
background-color: #2F80BB;
}
.BgClassName
{
background-color: #2F80BB;
}
</style>
border-color css
<style>
span { border-color: #2F80BB; }
span { border-color: rgb(47,128,187); }
td.TdClassName
{
border-color: #2F80BB;
}
.TagClassName
{
border-color: #2F80BB;
}
</style>