Shades of Curious Blue #2C81D8
Tints of Curious Blue #2C81D8
RGB
CMYK
RGB Variations
Color information
#2C81D8 (or 0x2C81D8) is known color: Curious Blue. HEX triplet: 2C, 81 and D8. RGB value is (44,129,216). Sum of RGB (Red+Green+Blue) = 44+129+216=389 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.31% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 216 (84.77% from 255 or 55.53% from 389); Max value from RGB is 216 - color contains mainly: blue. Hex color #2C81D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C81D8 is #D37E27. Grayscale: #717171. Windows color (decimal): -13860392 or 14188844. OLE color: 14188844.
HSL color Cylindrical-coordinate representation of color #2C81D8: hue angle of 210.35º 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 #2C81D8 is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 129 | 216 | - |
| CMYK | 0.80 | 0.40 | 0 | 0.15 |
| HSL | 210.35º | 0.69% | 0.51% | - |
| HSV(B) | 210.35º | 0.8% | 0.85% | - |
| XYZ | 21.28 | 21.19 | 67.93 | - |
| YUV | 113.5 | 185.84 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 129 | 216 | 0.80 | 0.40 | 0 | 0.15 | 210.35 | 0.69 | 0.51 |
| Hex | 2C | 81 | D8 | 50 | 28 | 0 | F | D2 | 45 | 33 |
| Octal | 54 | 201 | 330 | 120 | 50 | 0 | 17 | 322 | 105 | 63 |
| Binary | 101100 | 10000001 | 11011000 | 1010000 | 101000 | 0 | 1111 | 11010010 | 1000101 | 110011 |
Color Harmonies of #2C81D8
Complementary color
Monochromatic Colors of #2C81D8
Black with #2C81D8
Text Example
Text Example
White with #2C81D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C81D8; }
p { color: rgb(44,129,216); }
H1.HeaderClassName
{
color: #2C81D8;
}
.AnyTagClassName
{
color: #2C81D8;
}
</style>
background-color css
<style>
a { background-color: #2C81D8; }
a { background-color: rgb(44,129,216); }
div.DivClassName
{
background-color: #2C81D8;
}
.BgClassName
{
background-color: #2C81D8;
}
</style>
border-color css
<style>
span { border-color: #2C81D8; }
span { border-color: rgb(44,129,216); }
td.TdClassName
{
border-color: #2C81D8;
}
.TagClassName
{
border-color: #2C81D8;
}
</style>