Shades of Curious Blue #2C80CA
Tints of Curious Blue #2C80CA
RGB
CMYK
RGB Variations
Color information
#2C80CA (or 0x2C80CA) is known color: Curious Blue. HEX triplet: 2C, 80 and CA. RGB value is (44,128,202). Sum of RGB (Red+Green+Blue) = 44+128+202=374 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.76% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #2C80CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C80CA is #D37F35. Grayscale: #6E6E6E. Windows color (decimal): -13860662 or 13271084. OLE color: 13271084.
HSL color Cylindrical-coordinate representation of color #2C80CA: hue angle of 208.1º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C80CA is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 128 | 202 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.21 |
| HSL | 208.1º | 0.64% | 0.48% | - |
| HSV(B) | 208.1º | 0.78% | 0.79% | - |
| XYZ | 19.42 | 20.24 | 58.76 | - |
| YUV | 111.32 | 179.17 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 128 | 202 | 0.78 | 0.37 | 0 | 0.21 | 208.1 | 0.64 | 0.48 |
| Hex | 2C | 80 | CA | 4E | 25 | 0 | 15 | D0 | 40 | 30 |
| Octal | 54 | 200 | 312 | 116 | 45 | 0 | 25 | 320 | 100 | 60 |
| Binary | 101100 | 10000000 | 11001010 | 1001110 | 100101 | 0 | 10101 | 11010000 | 1000000 | 110000 |
Color Harmonies of #2C80CA
Complementary color
Monochromatic Colors of #2C80CA
Black with #2C80CA
Text Example
Text Example
White with #2C80CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C80CA; }
p { color: rgb(44,128,202); }
H1.HeaderClassName
{
color: #2C80CA;
}
.AnyTagClassName
{
color: #2C80CA;
}
</style>
background-color css
<style>
a { background-color: #2C80CA; }
a { background-color: rgb(44,128,202); }
div.DivClassName
{
background-color: #2C80CA;
}
.BgClassName
{
background-color: #2C80CA;
}
</style>
border-color css
<style>
span { border-color: #2C80CA; }
span { border-color: rgb(44,128,202); }
td.TdClassName
{
border-color: #2C80CA;
}
.TagClassName
{
border-color: #2C80CA;
}
</style>