Shades of Curious Blue #2980D3
Tints of Curious Blue #2980D3
RGB
CMYK
RGB Variations
Color information
#2980D3 (or 0x2980D3) is known color: Curious Blue. HEX triplet: 29, 80 and D3. RGB value is (41,128,211). Sum of RGB (Red+Green+Blue) = 41+128+211=380 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.79% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 211 (82.81% from 255 or 55.53% from 380); Max value from RGB is 211 - color contains mainly: blue. Hex color #2980D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2980D3 is #D67F2C. Grayscale: #6F6F6F. Windows color (decimal): -14057261 or 13860905. OLE color: 13860905.
HSL color Cylindrical-coordinate representation of color #2980D3: hue angle of 209.29º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2980D3 is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 41 | 128 | 211 | - |
| CMYK | 0.81 | 0.39 | 0 | 0.17 |
| HSL | 209.29º | 0.67% | 0.49% | - |
| HSV(B) | 209.29º | 0.81% | 0.83% | - |
| XYZ | 20.39 | 20.61 | 64.53 | - |
| YUV | 111.45 | 184.18 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 128 | 211 | 0.81 | 0.39 | 0 | 0.17 | 209.29 | 0.67 | 0.49 |
| Hex | 29 | 80 | D3 | 51 | 27 | 0 | 11 | D1 | 43 | 31 |
| Octal | 51 | 200 | 323 | 121 | 47 | 0 | 21 | 321 | 103 | 61 |
| Binary | 101001 | 10000000 | 11010011 | 1010001 | 100111 | 0 | 10001 | 11010001 | 1000011 | 110001 |
Color Harmonies of #2980D3
Complementary color
Monochromatic Colors of #2980D3
Black with #2980D3
Text Example
Text Example
White with #2980D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2980D3; }
p { color: rgb(41,128,211); }
H1.HeaderClassName
{
color: #2980D3;
}
.AnyTagClassName
{
color: #2980D3;
}
</style>
background-color css
<style>
a { background-color: #2980D3; }
a { background-color: rgb(41,128,211); }
div.DivClassName
{
background-color: #2980D3;
}
.BgClassName
{
background-color: #2980D3;
}
</style>
border-color css
<style>
span { border-color: #2980D3; }
span { border-color: rgb(41,128,211); }
td.TdClassName
{
border-color: #2980D3;
}
.TagClassName
{
border-color: #2980D3;
}
</style>