Shades of Curious Blue #2C7ACF
Tints of Curious Blue #2C7ACF
RGB
CMYK
RGB Variations
Color information
#2C7ACF (or 0x2C7ACF) is known color: Curious Blue. HEX triplet: 2C, 7A and CF. RGB value is (44,122,207). Sum of RGB (Red+Green+Blue) = 44+122+207=373 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.80% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #2C7ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C7ACF is #D38530. Grayscale: #6B6B6B. Windows color (decimal): -13862193 or 13597228. OLE color: 13597228.
HSL color Cylindrical-coordinate representation of color #2C7ACF: hue angle of 211.29º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C7ACF is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 122 | 207 | - |
| CMYK | 0.79 | 0.41 | 0 | 0.19 |
| HSL | 211.29º | 0.65% | 0.49% | - |
| HSV(B) | 211.29º | 0.79% | 0.81% | - |
| XYZ | 19.26 | 18.96 | 61.68 | - |
| YUV | 108.37 | 183.66 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 122 | 207 | 0.79 | 0.41 | 0 | 0.19 | 211.29 | 0.65 | 0.49 |
| Hex | 2C | 7A | CF | 4F | 29 | 0 | 13 | D3 | 41 | 31 |
| Octal | 54 | 172 | 317 | 117 | 51 | 0 | 23 | 323 | 101 | 61 |
| Binary | 101100 | 1111010 | 11001111 | 1001111 | 101001 | 0 | 10011 | 11010011 | 1000001 | 110001 |
Color Harmonies of #2C7ACF
Complementary color
Monochromatic Colors of #2C7ACF
Black with #2C7ACF
Text Example
Text Example
White with #2C7ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7ACF; }
p { color: rgb(44,122,207); }
H1.HeaderClassName
{
color: #2C7ACF;
}
.AnyTagClassName
{
color: #2C7ACF;
}
</style>
background-color css
<style>
a { background-color: #2C7ACF; }
a { background-color: rgb(44,122,207); }
div.DivClassName
{
background-color: #2C7ACF;
}
.BgClassName
{
background-color: #2C7ACF;
}
</style>
border-color css
<style>
span { border-color: #2C7ACF; }
span { border-color: rgb(44,122,207); }
td.TdClassName
{
border-color: #2C7ACF;
}
.TagClassName
{
border-color: #2C7ACF;
}
</style>