Shades of Curious Blue #2980CB
Tints of Curious Blue #2980CB
RGB
CMYK
RGB Variations
Color information
#2980CB (or 0x2980CB) is known color: Curious Blue. HEX triplet: 29, 80 and CB. RGB value is (41,128,203). Sum of RGB (Red+Green+Blue) = 41+128+203=372 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.02% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #2980CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2980CB is #D67F34. Grayscale: #6E6E6E. Windows color (decimal): -14057269 or 13336617. OLE color: 13336617.
HSL color Cylindrical-coordinate representation of color #2980CB: hue angle of 207.78º degrees, saturation: 0.66, 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 #2980CB is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 128 | 203 | - |
| CMYK | 0.80 | 0.37 | 0 | 0.20 |
| HSL | 207.78º | 0.66% | 0.48% | - |
| HSV(B) | 207.78º | 0.8% | 0.8% | - |
| XYZ | 19.41 | 20.22 | 59.38 | - |
| YUV | 110.54 | 180.18 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 128 | 203 | 0.80 | 0.37 | 0 | 0.20 | 207.78 | 0.66 | 0.48 |
| Hex | 29 | 80 | CB | 50 | 25 | 0 | 14 | D0 | 42 | 30 |
| Octal | 51 | 200 | 313 | 120 | 45 | 0 | 24 | 320 | 102 | 60 |
| Binary | 101001 | 10000000 | 11001011 | 1010000 | 100101 | 0 | 10100 | 11010000 | 1000010 | 110000 |
Color Harmonies of #2980CB
Complementary color
Monochromatic Colors of #2980CB
Black with #2980CB
Text Example
Text Example
White with #2980CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2980CB; }
p { color: rgb(41,128,203); }
H1.HeaderClassName
{
color: #2980CB;
}
.AnyTagClassName
{
color: #2980CB;
}
</style>
background-color css
<style>
a { background-color: #2980CB; }
a { background-color: rgb(41,128,203); }
div.DivClassName
{
background-color: #2980CB;
}
.BgClassName
{
background-color: #2980CB;
}
</style>
border-color css
<style>
span { border-color: #2980CB; }
span { border-color: rgb(41,128,203); }
td.TdClassName
{
border-color: #2980CB;
}
.TagClassName
{
border-color: #2980CB;
}
</style>