Shades of Curious Blue #2C7CCD
Tints of Curious Blue #2C7CCD
RGB
CMYK
RGB Variations
Color information
#2C7CCD (or 0x2C7CCD) is known color: Curious Blue. HEX triplet: 2C, 7C and CD. RGB value is (44,124,205). Sum of RGB (Red+Green+Blue) = 44+124+205=373 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.80% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #2C7CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C7CCD is #D38332. Grayscale: #6C6C6C. Windows color (decimal): -13861683 or 13466668. OLE color: 13466668.
HSL color Cylindrical-coordinate representation of color #2C7CCD: hue angle of 210.19º 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 #2C7CCD is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 124 | 205 | - |
| CMYK | 0.79 | 0.40 | 0 | 0.20 |
| HSL | 210.19º | 0.65% | 0.49% | - |
| HSV(B) | 210.19º | 0.79% | 0.8% | - |
| XYZ | 19.27 | 19.36 | 60.48 | - |
| YUV | 109.31 | 182 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 124 | 205 | 0.79 | 0.40 | 0 | 0.20 | 210.19 | 0.65 | 0.49 |
| Hex | 2C | 7C | CD | 4F | 28 | 0 | 14 | D2 | 41 | 31 |
| Octal | 54 | 174 | 315 | 117 | 50 | 0 | 24 | 322 | 101 | 61 |
| Binary | 101100 | 1111100 | 11001101 | 1001111 | 101000 | 0 | 10100 | 11010010 | 1000001 | 110001 |
Color Harmonies of #2C7CCD
Complementary color
Monochromatic Colors of #2C7CCD
Black with #2C7CCD
Text Example
Text Example
White with #2C7CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7CCD; }
p { color: rgb(44,124,205); }
H1.HeaderClassName
{
color: #2C7CCD;
}
.AnyTagClassName
{
color: #2C7CCD;
}
</style>
background-color css
<style>
a { background-color: #2C7CCD; }
a { background-color: rgb(44,124,205); }
div.DivClassName
{
background-color: #2C7CCD;
}
.BgClassName
{
background-color: #2C7CCD;
}
</style>
border-color css
<style>
span { border-color: #2C7CCD; }
span { border-color: rgb(44,124,205); }
td.TdClassName
{
border-color: #2C7CCD;
}
.TagClassName
{
border-color: #2C7CCD;
}
</style>