Shades of Curious Blue #2F7FC1
Tints of Curious Blue #2F7FC1
RGB
CMYK
RGB Variations
Color information
#2F7FC1 (or 0x2F7FC1) is known color: Curious Blue. HEX triplet: 2F, 7F and C1. RGB value is (47,127,193). Sum of RGB (Red+Green+Blue) = 47+127+193=367 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.81% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 193 (75.78% from 255 or 52.59% from 367); Max value from RGB is 193 - color contains mainly: blue. Hex color #2F7FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F7FC1 is #D0803E. Grayscale: #6E6E6E. Windows color (decimal): -13664319 or 12681007. OLE color: 12681007.
HSL color Cylindrical-coordinate representation of color #2F7FC1: hue angle of 207.12º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F7FC1 is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 127 | 193 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.24 |
| HSL | 207.12º | 0.61% | 0.47% | - |
| HSV(B) | 207.12º | 0.76% | 0.76% | - |
| XYZ | 18.39 | 19.63 | 53.27 | - |
| YUV | 110.6 | 174.5 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 127 | 193 | 0.76 | 0.34 | 0 | 0.24 | 207.12 | 0.61 | 0.47 |
| Hex | 2F | 7F | C1 | 4C | 22 | 0 | 18 | CF | 3D | 2F |
| Octal | 57 | 177 | 301 | 114 | 42 | 0 | 30 | 317 | 75 | 57 |
| Binary | 101111 | 1111111 | 11000001 | 1001100 | 100010 | 0 | 11000 | 11001111 | 111101 | 101111 |
Color Harmonies of #2F7FC1
Complementary color
Monochromatic Colors of #2F7FC1
Black with #2F7FC1
Text Example
Text Example
White with #2F7FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7FC1; }
p { color: rgb(47,127,193); }
H1.HeaderClassName
{
color: #2F7FC1;
}
.AnyTagClassName
{
color: #2F7FC1;
}
</style>
background-color css
<style>
a { background-color: #2F7FC1; }
a { background-color: rgb(47,127,193); }
div.DivClassName
{
background-color: #2F7FC1;
}
.BgClassName
{
background-color: #2F7FC1;
}
</style>
border-color css
<style>
span { border-color: #2F7FC1; }
span { border-color: rgb(47,127,193); }
td.TdClassName
{
border-color: #2F7FC1;
}
.TagClassName
{
border-color: #2F7FC1;
}
</style>