Shades of Curious Blue #2980CF
Tints of Curious Blue #2980CF
RGB
CMYK
RGB Variations
Color information
#2980CF (or 0x2980CF) is known color: Curious Blue. HEX triplet: 29, 80 and CF. RGB value is (41,128,207). Sum of RGB (Red+Green+Blue) = 41+128+207=376 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.90% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #2980CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2980CF is #D67F30. Grayscale: #6E6E6E. Windows color (decimal): -14057265 or 13598761. OLE color: 13598761.
HSL color Cylindrical-coordinate representation of color #2980CF: hue angle of 208.55º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2980CF is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 128 | 207 | - |
| CMYK | 0.80 | 0.38 | 0 | 0.19 |
| HSL | 208.55º | 0.67% | 0.49% | - |
| HSV(B) | 208.55º | 0.8% | 0.81% | - |
| XYZ | 19.9 | 20.41 | 61.92 | - |
| YUV | 110.99 | 182.18 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 128 | 207 | 0.80 | 0.38 | 0 | 0.19 | 208.55 | 0.67 | 0.49 |
| Hex | 29 | 80 | CF | 50 | 26 | 0 | 13 | D1 | 43 | 31 |
| Octal | 51 | 200 | 317 | 120 | 46 | 0 | 23 | 321 | 103 | 61 |
| Binary | 101001 | 10000000 | 11001111 | 1010000 | 100110 | 0 | 10011 | 11010001 | 1000011 | 110001 |
Color Harmonies of #2980CF
Complementary color
Monochromatic Colors of #2980CF
Black with #2980CF
Text Example
Text Example
White with #2980CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2980CF; }
p { color: rgb(41,128,207); }
H1.HeaderClassName
{
color: #2980CF;
}
.AnyTagClassName
{
color: #2980CF;
}
</style>
background-color css
<style>
a { background-color: #2980CF; }
a { background-color: rgb(41,128,207); }
div.DivClassName
{
background-color: #2980CF;
}
.BgClassName
{
background-color: #2980CF;
}
</style>
border-color css
<style>
span { border-color: #2980CF; }
span { border-color: rgb(41,128,207); }
td.TdClassName
{
border-color: #2980CF;
}
.TagClassName
{
border-color: #2980CF;
}
</style>