Shades of Curious Blue #2F70BE
Tints of Curious Blue #2F70BE
RGB
CMYK
RGB Variations
Color information
#2F70BE (or 0x2F70BE) is known color: Curious Blue. HEX triplet: 2F, 70 and BE. RGB value is (47,112,190). Sum of RGB (Red+Green+Blue) = 47+112+190=349 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.47% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F70BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F70BE is #D08F41. Grayscale: #656565. Windows color (decimal): -13668162 or 12480559. OLE color: 12480559.
HSL color Cylindrical-coordinate representation of color #2F70BE: hue angle of 212.73º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F70BE is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 112 | 190 | - |
| CMYK | 0.75 | 0.41 | 0 | 0.25 |
| HSL | 212.73º | 0.6% | 0.46% | - |
| HSV(B) | 212.73º | 0.75% | 0.75% | - |
| XYZ | 16.26 | 15.91 | 50.93 | - |
| YUV | 101.46 | 177.97 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 112 | 190 | 0.75 | 0.41 | 0 | 0.25 | 212.73 | 0.6 | 0.46 |
| Hex | 2F | 70 | BE | 4B | 29 | 0 | 19 | D5 | 3C | 2E |
| Octal | 57 | 160 | 276 | 113 | 51 | 0 | 31 | 325 | 74 | 56 |
| Binary | 101111 | 1110000 | 10111110 | 1001011 | 101001 | 0 | 11001 | 11010101 | 111100 | 101110 |
Color Harmonies of #2F70BE
Complementary color
Monochromatic Colors of #2F70BE
Black with #2F70BE
Text Example
Text Example
White with #2F70BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F70BE; }
p { color: rgb(47,112,190); }
H1.HeaderClassName
{
color: #2F70BE;
}
.AnyTagClassName
{
color: #2F70BE;
}
</style>
background-color css
<style>
a { background-color: #2F70BE; }
a { background-color: rgb(47,112,190); }
div.DivClassName
{
background-color: #2F70BE;
}
.BgClassName
{
background-color: #2F70BE;
}
</style>
border-color css
<style>
span { border-color: #2F70BE; }
span { border-color: rgb(47,112,190); }
td.TdClassName
{
border-color: #2F70BE;
}
.TagClassName
{
border-color: #2F70BE;
}
</style>