Shades of Curious Blue #2C8CD9
Tints of Curious Blue #2C8CD9
RGB
CMYK
RGB Variations
Color information
#2C8CD9 (or 0x2C8CD9) is known color: Curious Blue. HEX triplet: 2C, 8C and D9. RGB value is (44,140,217). Sum of RGB (Red+Green+Blue) = 44+140+217=401 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.97% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 217 (85.16% from 255 or 54.11% from 401); Max value from RGB is 217 - color contains mainly: blue. Hex color #2C8CD9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C8CD9 is #D37326. Grayscale: #777777. Windows color (decimal): -13857575 or 14257196. OLE color: 14257196.
HSL color Cylindrical-coordinate representation of color #2C8CD9: hue angle of 206.71º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C8CD9 is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 140 | 217 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.15 |
| HSL | 206.71º | 0.69% | 0.51% | - |
| HSV(B) | 206.71º | 0.8% | 0.85% | - |
| XYZ | 22.94 | 24.3 | 69.13 | - |
| YUV | 120.07 | 182.7 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 140 | 217 | 0.80 | 0.35 | 0 | 0.15 | 206.71 | 0.69 | 0.51 |
| Hex | 2C | 8C | D9 | 50 | 23 | 0 | F | CF | 45 | 33 |
| Octal | 54 | 214 | 331 | 120 | 43 | 0 | 17 | 317 | 105 | 63 |
| Binary | 101100 | 10001100 | 11011001 | 1010000 | 100011 | 0 | 1111 | 11001111 | 1000101 | 110011 |
Color Harmonies of #2C8CD9
Complementary color
Monochromatic Colors of #2C8CD9
Black with #2C8CD9
Text Example
Text Example
White with #2C8CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8CD9; }
p { color: rgb(44,140,217); }
H1.HeaderClassName
{
color: #2C8CD9;
}
.AnyTagClassName
{
color: #2C8CD9;
}
</style>
background-color css
<style>
a { background-color: #2C8CD9; }
a { background-color: rgb(44,140,217); }
div.DivClassName
{
background-color: #2C8CD9;
}
.BgClassName
{
background-color: #2C8CD9;
}
</style>
border-color css
<style>
span { border-color: #2C8CD9; }
span { border-color: rgb(44,140,217); }
td.TdClassName
{
border-color: #2C8CD9;
}
.TagClassName
{
border-color: #2C8CD9;
}
</style>