Shades of Curious Blue #2882D5
Tints of Curious Blue #2882D5
RGB
CMYK
RGB Variations
Color information
#2882D5 (or 0x2882D5) is known color: Curious Blue. HEX triplet: 28, 82 and D5. RGB value is (40,130,213). Sum of RGB (Red+Green+Blue) = 40+130+213=383 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.44% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 213 (83.59% from 255 or 55.61% from 383); Max value from RGB is 213 - color contains mainly: blue. Hex color #2882D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2882D5 is #D77D2A. Grayscale: #707070. Windows color (decimal): -14122283 or 13992488. OLE color: 13992488.
HSL color Cylindrical-coordinate representation of color #2882D5: hue angle of 208.79º 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 #2882D5 is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 130 | 213 | - |
| CMYK | 0.81 | 0.39 | 0 | 0.16 |
| HSL | 208.79º | 0.68% | 0.5% | - |
| HSV(B) | 208.79º | 0.81% | 0.84% | - |
| XYZ | 20.87 | 21.22 | 65.95 | - |
| YUV | 112.55 | 184.68 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 213 | 0.81 | 0.39 | 0 | 0.16 | 208.79 | 0.68 | 0.5 |
| Hex | 28 | 82 | D5 | 51 | 27 | 0 | 10 | D1 | 44 | 32 |
| Octal | 50 | 202 | 325 | 121 | 47 | 0 | 20 | 321 | 104 | 62 |
| Binary | 101000 | 10000010 | 11010101 | 1010001 | 100111 | 0 | 10000 | 11010001 | 1000100 | 110010 |
Color Harmonies of #2882D5
Complementary color
Monochromatic Colors of #2882D5
Black with #2882D5
Text Example
Text Example
White with #2882D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2882D5; }
p { color: rgb(40,130,213); }
H1.HeaderClassName
{
color: #2882D5;
}
.AnyTagClassName
{
color: #2882D5;
}
</style>
background-color css
<style>
a { background-color: #2882D5; }
a { background-color: rgb(40,130,213); }
div.DivClassName
{
background-color: #2882D5;
}
.BgClassName
{
background-color: #2882D5;
}
</style>
border-color css
<style>
span { border-color: #2882D5; }
span { border-color: rgb(40,130,213); }
td.TdClassName
{
border-color: #2882D5;
}
.TagClassName
{
border-color: #2882D5;
}
</style>