Shades of Curious Blue #2F70BC
Tints of Curious Blue #2F70BC
RGB
CMYK
RGB Variations
Color information
#2F70BC (or 0x2F70BC) is known color: Curious Blue. HEX triplet: 2F, 70 and BC. RGB value is (47,112,188). Sum of RGB (Red+Green+Blue) = 47+112+188=347 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.54% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F70BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F70BC is #D08F43. Grayscale: #646464. Windows color (decimal): -13668164 or 12349487. OLE color: 12349487.
HSL color Cylindrical-coordinate representation of color #2F70BC: hue angle of 212.34º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F70BC is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 112 | 188 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.26 |
| HSL | 212.34º | 0.6% | 0.46% | - |
| HSV(B) | 212.34º | 0.75% | 0.74% | - |
| XYZ | 16.04 | 15.82 | 49.79 | - |
| YUV | 101.23 | 176.97 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 112 | 188 | 0.75 | 0.40 | 0 | 0.26 | 212.34 | 0.6 | 0.46 |
| Hex | 2F | 70 | BC | 4B | 28 | 0 | 1A | D4 | 3C | 2E |
| Octal | 57 | 160 | 274 | 113 | 50 | 0 | 32 | 324 | 74 | 56 |
| Binary | 101111 | 1110000 | 10111100 | 1001011 | 101000 | 0 | 11010 | 11010100 | 111100 | 101110 |
Color Harmonies of #2F70BC
Complementary color
Monochromatic Colors of #2F70BC
Black with #2F70BC
Text Example
Text Example
White with #2F70BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F70BC; }
p { color: rgb(47,112,188); }
H1.HeaderClassName
{
color: #2F70BC;
}
.AnyTagClassName
{
color: #2F70BC;
}
</style>
background-color css
<style>
a { background-color: #2F70BC; }
a { background-color: rgb(47,112,188); }
div.DivClassName
{
background-color: #2F70BC;
}
.BgClassName
{
background-color: #2F70BC;
}
</style>
border-color css
<style>
span { border-color: #2F70BC; }
span { border-color: rgb(47,112,188); }
td.TdClassName
{
border-color: #2F70BC;
}
.TagClassName
{
border-color: #2F70BC;
}
</style>