Shades of Curious Blue #2982D5
Tints of Curious Blue #2982D5
RGB
CMYK
RGB Variations
Color information
#2982D5 (or 0x2982D5) is known color: Curious Blue. HEX triplet: 29, 82 and D5. RGB value is (41,130,213). Sum of RGB (Red+Green+Blue) = 41+130+213=384 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.68% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 213 (83.59% from 255 or 55.47% from 384); Max value from RGB is 213 - color contains mainly: blue. Hex color #2982D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2982D5 is #D67D2A. Grayscale: #707070. Windows color (decimal): -14056747 or 13992489. OLE color: 13992489.
HSL color Cylindrical-coordinate representation of color #2982D5: hue angle of 208.95º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2982D5 is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 130 | 213 | - |
| CMYK | 0.81 | 0.39 | 0 | 0.16 |
| HSL | 208.95º | 0.68% | 0.5% | - |
| HSV(B) | 208.95º | 0.81% | 0.84% | - |
| XYZ | 20.91 | 21.24 | 65.95 | - |
| YUV | 112.85 | 184.51 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 130 | 213 | 0.81 | 0.39 | 0 | 0.16 | 208.95 | 0.68 | 0.5 |
| Hex | 29 | 82 | D5 | 51 | 27 | 0 | 10 | D1 | 44 | 32 |
| Octal | 51 | 202 | 325 | 121 | 47 | 0 | 20 | 321 | 104 | 62 |
| Binary | 101001 | 10000010 | 11010101 | 1010001 | 100111 | 0 | 10000 | 11010001 | 1000100 | 110010 |
Color Harmonies of #2982D5
Complementary color
Monochromatic Colors of #2982D5
Black with #2982D5
Text Example
Text Example
White with #2982D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2982D5; }
p { color: rgb(41,130,213); }
H1.HeaderClassName
{
color: #2982D5;
}
.AnyTagClassName
{
color: #2982D5;
}
</style>
background-color css
<style>
a { background-color: #2982D5; }
a { background-color: rgb(41,130,213); }
div.DivClassName
{
background-color: #2982D5;
}
.BgClassName
{
background-color: #2982D5;
}
</style>
border-color css
<style>
span { border-color: #2982D5; }
span { border-color: rgb(41,130,213); }
td.TdClassName
{
border-color: #2982D5;
}
.TagClassName
{
border-color: #2982D5;
}
</style>