Shades of Curious Blue #2C7BCD
Tints of Curious Blue #2C7BCD
RGB
CMYK
RGB Variations
Color information
#2C7BCD (or 0x2C7BCD) is known color: Curious Blue. HEX triplet: 2C, 7B and CD. RGB value is (44,123,205). Sum of RGB (Red+Green+Blue) = 44+123+205=372 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.83% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 205 (80.47% from 255 or 55.11% from 372); Max value from RGB is 205 - color contains mainly: blue. Hex color #2C7BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C7BCD is #D38432. Grayscale: #6C6C6C. Windows color (decimal): -13861939 or 13466412. OLE color: 13466412.
HSL color Cylindrical-coordinate representation of color #2C7BCD: hue angle of 210.56º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C7BCD is Cyan = 0.79, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 123 | 205 | - |
| CMYK | 0.79 | 0.4 | 0 | 0.20 |
| HSL | 210.56º | 0.65% | 0.49% | - |
| HSV(B) | 210.56º | 0.79% | 0.8% | - |
| XYZ | 19.14 | 19.11 | 60.44 | - |
| YUV | 108.73 | 182.33 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 123 | 205 | 0.79 | 0.4 | 0 | 0.20 | 210.56 | 0.65 | 0.49 |
| Hex | 2C | 7B | CD | 4F | 28 | 0 | 14 | D3 | 41 | 31 |
| Octal | 54 | 173 | 315 | 117 | 50 | 0 | 24 | 323 | 101 | 61 |
| Binary | 101100 | 1111011 | 11001101 | 1001111 | 101000 | 0 | 10100 | 11010011 | 1000001 | 110001 |
Color Harmonies of #2C7BCD
Complementary color
Monochromatic Colors of #2C7BCD
Black with #2C7BCD
Text Example
Text Example
White with #2C7BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7BCD; }
p { color: rgb(44,123,205); }
H1.HeaderClassName
{
color: #2C7BCD;
}
.AnyTagClassName
{
color: #2C7BCD;
}
</style>
background-color css
<style>
a { background-color: #2C7BCD; }
a { background-color: rgb(44,123,205); }
div.DivClassName
{
background-color: #2C7BCD;
}
.BgClassName
{
background-color: #2C7BCD;
}
</style>
border-color css
<style>
span { border-color: #2C7BCD; }
span { border-color: rgb(44,123,205); }
td.TdClassName
{
border-color: #2C7BCD;
}
.TagClassName
{
border-color: #2C7BCD;
}
</style>