Shades of Curious Blue #2C8DDA
Tints of Curious Blue #2C8DDA
RGB
CMYK
RGB Variations
Color information
#2C8DDA (or 0x2C8DDA) is known color: Curious Blue. HEX triplet: 2C, 8D and DA. RGB value is (44,141,218). Sum of RGB (Red+Green+Blue) = 44+141+218=403 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.92% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 218 (85.55% from 255 or 54.09% from 403); Max value from RGB is 218 - color contains mainly: blue. Hex color #2C8DDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C8DDA is #D37225. Grayscale: #787878. Windows color (decimal): -13857318 or 14322988. OLE color: 14322988.
HSL color Cylindrical-coordinate representation of color #2C8DDA: hue angle of 206.55º degrees, saturation: 0.7, 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 #2C8DDA is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 141 | 218 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.15 |
| HSL | 206.55º | 0.7% | 0.51% | - |
| HSV(B) | 206.55º | 0.8% | 0.85% | - |
| XYZ | 23.22 | 24.65 | 69.86 | - |
| YUV | 120.78 | 182.86 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 141 | 218 | 0.80 | 0.35 | 0 | 0.15 | 206.55 | 0.7 | 0.51 |
| Hex | 2C | 8D | DA | 50 | 23 | 0 | F | CF | 46 | 33 |
| Octal | 54 | 215 | 332 | 120 | 43 | 0 | 17 | 317 | 106 | 63 |
| Binary | 101100 | 10001101 | 11011010 | 1010000 | 100011 | 0 | 1111 | 11001111 | 1000110 | 110011 |
Color Harmonies of #2C8DDA
Complementary color
Monochromatic Colors of #2C8DDA
Black with #2C8DDA
Text Example
Text Example
White with #2C8DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8DDA; }
p { color: rgb(44,141,218); }
H1.HeaderClassName
{
color: #2C8DDA;
}
.AnyTagClassName
{
color: #2C8DDA;
}
</style>
background-color css
<style>
a { background-color: #2C8DDA; }
a { background-color: rgb(44,141,218); }
div.DivClassName
{
background-color: #2C8DDA;
}
.BgClassName
{
background-color: #2C8DDA;
}
</style>
border-color css
<style>
span { border-color: #2C8DDA; }
span { border-color: rgb(44,141,218); }
td.TdClassName
{
border-color: #2C8DDA;
}
.TagClassName
{
border-color: #2C8DDA;
}
</style>