Shades of Curious Blue #2980CC
Tints of Curious Blue #2980CC
RGB
CMYK
RGB Variations
Color information
#2980CC (or 0x2980CC) is known color: Curious Blue. HEX triplet: 29, 80 and CC. RGB value is (41,128,204). Sum of RGB (Red+Green+Blue) = 41+128+204=373 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.99% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #2980CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2980CC is #D67F33. Grayscale: #6E6E6E. Windows color (decimal): -14057268 or 13402153. OLE color: 13402153.
HSL color Cylindrical-coordinate representation of color #2980CC: hue angle of 207.98º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2980CC is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 41 | 128 | 204 | - |
| CMYK | 0.80 | 0.37 | 0 | 0.2 |
| HSL | 207.98º | 0.67% | 0.48% | - |
| HSV(B) | 207.98º | 0.8% | 0.8% | - |
| XYZ | 19.53 | 20.27 | 60.01 | - |
| YUV | 110.65 | 180.68 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 128 | 204 | 0.80 | 0.37 | 0 | 0.2 | 207.98 | 0.67 | 0.48 |
| Hex | 29 | 80 | CC | 50 | 25 | 0 | 14 | D0 | 43 | 30 |
| Octal | 51 | 200 | 314 | 120 | 45 | 0 | 24 | 320 | 103 | 60 |
| Binary | 101001 | 10000000 | 11001100 | 1010000 | 100101 | 0 | 10100 | 11010000 | 1000011 | 110000 |
Color Harmonies of #2980CC
Complementary color
Monochromatic Colors of #2980CC
Black with #2980CC
Text Example
Text Example
White with #2980CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2980CC; }
p { color: rgb(41,128,204); }
H1.HeaderClassName
{
color: #2980CC;
}
.AnyTagClassName
{
color: #2980CC;
}
</style>
background-color css
<style>
a { background-color: #2980CC; }
a { background-color: rgb(41,128,204); }
div.DivClassName
{
background-color: #2980CC;
}
.BgClassName
{
background-color: #2980CC;
}
</style>
border-color css
<style>
span { border-color: #2980CC; }
span { border-color: rgb(41,128,204); }
td.TdClassName
{
border-color: #2980CC;
}
.TagClassName
{
border-color: #2980CC;
}
</style>