Shades of Curious Blue #2C7FCC
Tints of Curious Blue #2C7FCC
RGB
CMYK
RGB Variations
Color information
#2C7FCC (or 0x2C7FCC) is known color: Curious Blue. HEX triplet: 2C, 7F and CC. RGB value is (44,127,204). Sum of RGB (Red+Green+Blue) = 44+127+204=375 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.73% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #2C7FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C7FCC is #D38033. Grayscale: #6E6E6E. Windows color (decimal): -13860916 or 13401900. OLE color: 13401900.
HSL color Cylindrical-coordinate representation of color #2C7FCC: hue angle of 208.88º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C7FCC is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 44 | 127 | 204 | - |
| CMYK | 0.78 | 0.38 | 0 | 0.2 |
| HSL | 208.88º | 0.65% | 0.49% | - |
| HSV(B) | 208.88º | 0.78% | 0.8% | - |
| XYZ | 19.53 | 20.07 | 59.97 | - |
| YUV | 110.96 | 180.5 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 127 | 204 | 0.78 | 0.38 | 0 | 0.2 | 208.88 | 0.65 | 0.49 |
| Hex | 2C | 7F | CC | 4E | 26 | 0 | 14 | D1 | 41 | 31 |
| Octal | 54 | 177 | 314 | 116 | 46 | 0 | 24 | 321 | 101 | 61 |
| Binary | 101100 | 1111111 | 11001100 | 1001110 | 100110 | 0 | 10100 | 11010001 | 1000001 | 110001 |
Color Harmonies of #2C7FCC
Complementary color
Monochromatic Colors of #2C7FCC
Black with #2C7FCC
Text Example
Text Example
White with #2C7FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7FCC; }
p { color: rgb(44,127,204); }
H1.HeaderClassName
{
color: #2C7FCC;
}
.AnyTagClassName
{
color: #2C7FCC;
}
</style>
background-color css
<style>
a { background-color: #2C7FCC; }
a { background-color: rgb(44,127,204); }
div.DivClassName
{
background-color: #2C7FCC;
}
.BgClassName
{
background-color: #2C7FCC;
}
</style>
border-color css
<style>
span { border-color: #2C7FCC; }
span { border-color: rgb(44,127,204); }
td.TdClassName
{
border-color: #2C7FCC;
}
.TagClassName
{
border-color: #2C7FCC;
}
</style>