Shades of Curious Blue #2C7DBF
Tints of Curious Blue #2C7DBF
RGB
CMYK
RGB Variations
Color information
#2C7DBF (or 0x2C7DBF) is known color: Curious Blue. HEX triplet: 2C, 7D and BF. RGB value is (44,125,191). Sum of RGB (Red+Green+Blue) = 44+125+191=360 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.22% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #2C7DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C7DBF is #D38240. Grayscale: #6B6B6B. Windows color (decimal): -13861441 or 12549420. OLE color: 12549420.
HSL color Cylindrical-coordinate representation of color #2C7DBF: hue angle of 206.94º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C7DBF is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 125 | 191 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.25 |
| HSL | 206.94º | 0.63% | 0.46% | - |
| HSV(B) | 206.94º | 0.77% | 0.75% | - |
| XYZ | 17.78 | 18.96 | 52.01 | - |
| YUV | 108.31 | 174.66 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 125 | 191 | 0.77 | 0.35 | 0 | 0.25 | 206.94 | 0.63 | 0.46 |
| Hex | 2C | 7D | BF | 4D | 23 | 0 | 19 | CF | 3F | 2E |
| Octal | 54 | 175 | 277 | 115 | 43 | 0 | 31 | 317 | 77 | 56 |
| Binary | 101100 | 1111101 | 10111111 | 1001101 | 100011 | 0 | 11001 | 11001111 | 111111 | 101110 |
Color Harmonies of #2C7DBF
Complementary color
Monochromatic Colors of #2C7DBF
Black with #2C7DBF
Text Example
Text Example
White with #2C7DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7DBF; }
p { color: rgb(44,125,191); }
H1.HeaderClassName
{
color: #2C7DBF;
}
.AnyTagClassName
{
color: #2C7DBF;
}
</style>
background-color css
<style>
a { background-color: #2C7DBF; }
a { background-color: rgb(44,125,191); }
div.DivClassName
{
background-color: #2C7DBF;
}
.BgClassName
{
background-color: #2C7DBF;
}
</style>
border-color css
<style>
span { border-color: #2C7DBF; }
span { border-color: rgb(44,125,191); }
td.TdClassName
{
border-color: #2C7DBF;
}
.TagClassName
{
border-color: #2C7DBF;
}
</style>