Shades of Curious Blue #2C8DCC
Tints of Curious Blue #2C8DCC
RGB
CMYK
RGB Variations
Color information
#2C8DCC (or 0x2C8DCC) is known color: Curious Blue. HEX triplet: 2C, 8D and CC. RGB value is (44,141,204). Sum of RGB (Red+Green+Blue) = 44+141+204=389 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.31% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #2C8DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C8DCC is #D37233. Grayscale: #767676. Windows color (decimal): -13857332 or 13405484. OLE color: 13405484.
HSL color Cylindrical-coordinate representation of color #2C8DCC: hue angle of 203.62º 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 #2C8DCC is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 44 | 141 | 204 | - |
| CMYK | 0.78 | 0.31 | 0 | 0.2 |
| HSL | 203.63º | 0.65% | 0.49% | - |
| HSV(B) | 203.63º | 0.78% | 0.8% | - |
| XYZ | 21.46 | 23.94 | 60.62 | - |
| YUV | 119.18 | 175.86 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 141 | 204 | 0.78 | 0.31 | 0 | 0.2 | 203.63 | 0.65 | 0.49 |
| Hex | 2C | 8D | CC | 4E | 1F | 0 | 14 | CC | 41 | 31 |
| Octal | 54 | 215 | 314 | 116 | 37 | 0 | 24 | 314 | 101 | 61 |
| Binary | 101100 | 10001101 | 11001100 | 1001110 | 11111 | 0 | 10100 | 11001100 | 1000001 | 110001 |
Color Harmonies of #2C8DCC
Complementary color
Monochromatic Colors of #2C8DCC
Black with #2C8DCC
Text Example
Text Example
White with #2C8DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8DCC; }
p { color: rgb(44,141,204); }
H1.HeaderClassName
{
color: #2C8DCC;
}
.AnyTagClassName
{
color: #2C8DCC;
}
</style>
background-color css
<style>
a { background-color: #2C8DCC; }
a { background-color: rgb(44,141,204); }
div.DivClassName
{
background-color: #2C8DCC;
}
.BgClassName
{
background-color: #2C8DCC;
}
</style>
border-color css
<style>
span { border-color: #2C8DCC; }
span { border-color: rgb(44,141,204); }
td.TdClassName
{
border-color: #2C8DCC;
}
.TagClassName
{
border-color: #2C8DCC;
}
</style>