Shades of Curious Blue #2C8CD0
Tints of Curious Blue #2C8CD0
RGB
CMYK
RGB Variations
Color information
#2C8CD0 (or 0x2C8CD0) is known color: Curious Blue. HEX triplet: 2C, 8C and D0. RGB value is (44,140,208). Sum of RGB (Red+Green+Blue) = 44+140+208=392 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.22% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 208 (81.64% from 255 or 53.06% from 392); Max value from RGB is 208 - color contains mainly: blue. Hex color #2C8CD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C8CD0 is #D3732F. Grayscale: #767676. Windows color (decimal): -13857584 or 13667372. OLE color: 13667372.
HSL color Cylindrical-coordinate representation of color #2C8CD0: hue angle of 204.88º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C8CD0 is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 44 | 140 | 208 | - |
| CMYK | 0.79 | 0.33 | 0 | 0.18 |
| HSL | 204.88º | 0.65% | 0.49% | - |
| HSV(B) | 204.88º | 0.79% | 0.82% | - |
| XYZ | 21.8 | 23.85 | 63.13 | - |
| YUV | 119.05 | 178.2 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 140 | 208 | 0.79 | 0.33 | 0 | 0.18 | 204.88 | 0.65 | 0.49 |
| Hex | 2C | 8C | D0 | 4F | 21 | 0 | 12 | CD | 41 | 31 |
| Octal | 54 | 214 | 320 | 117 | 41 | 0 | 22 | 315 | 101 | 61 |
| Binary | 101100 | 10001100 | 11010000 | 1001111 | 100001 | 0 | 10010 | 11001101 | 1000001 | 110001 |
Color Harmonies of #2C8CD0
Complementary color
Monochromatic Colors of #2C8CD0
Black with #2C8CD0
Text Example
Text Example
White with #2C8CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8CD0; }
p { color: rgb(44,140,208); }
H1.HeaderClassName
{
color: #2C8CD0;
}
.AnyTagClassName
{
color: #2C8CD0;
}
</style>
background-color css
<style>
a { background-color: #2C8CD0; }
a { background-color: rgb(44,140,208); }
div.DivClassName
{
background-color: #2C8CD0;
}
.BgClassName
{
background-color: #2C8CD0;
}
</style>
border-color css
<style>
span { border-color: #2C8CD0; }
span { border-color: rgb(44,140,208); }
td.TdClassName
{
border-color: #2C8CD0;
}
.TagClassName
{
border-color: #2C8CD0;
}
</style>