Shades of Curious Blue #2882DA
Tints of Curious Blue #2882DA
RGB
CMYK
RGB Variations
Color information
#2882DA (or 0x2882DA) is known color: Curious Blue. HEX triplet: 28, 82 and DA. RGB value is (40,130,218). Sum of RGB (Red+Green+Blue) = 40+130+218=388 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.31% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 218 (85.55% from 255 or 56.19% from 388); Max value from RGB is 218 - color contains mainly: blue. Hex color #2882DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2882DA is #D77D25. Grayscale: #707070. Windows color (decimal): -14122278 or 14320168. OLE color: 14320168.
HSL color Cylindrical-coordinate representation of color #2882DA: hue angle of 209.66º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2882DA is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 130 | 218 | - |
| CMYK | 0.82 | 0.40 | 0 | 0.15 |
| HSL | 209.66º | 0.71% | 0.51% | - |
| HSV(B) | 209.66º | 0.82% | 0.85% | - |
| XYZ | 21.51 | 21.48 | 69.34 | - |
| YUV | 113.12 | 187.18 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 218 | 0.82 | 0.40 | 0 | 0.15 | 209.66 | 0.71 | 0.51 |
| Hex | 28 | 82 | DA | 52 | 28 | 0 | F | D2 | 47 | 33 |
| Octal | 50 | 202 | 332 | 122 | 50 | 0 | 17 | 322 | 107 | 63 |
| Binary | 101000 | 10000010 | 11011010 | 1010010 | 101000 | 0 | 1111 | 11010010 | 1000111 | 110011 |
Color Harmonies of #2882DA
Complementary color
Monochromatic Colors of #2882DA
Black with #2882DA
Text Example
Text Example
White with #2882DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2882DA; }
p { color: rgb(40,130,218); }
H1.HeaderClassName
{
color: #2882DA;
}
.AnyTagClassName
{
color: #2882DA;
}
</style>
background-color css
<style>
a { background-color: #2882DA; }
a { background-color: rgb(40,130,218); }
div.DivClassName
{
background-color: #2882DA;
}
.BgClassName
{
background-color: #2882DA;
}
</style>
border-color css
<style>
span { border-color: #2882DA; }
span { border-color: rgb(40,130,218); }
td.TdClassName
{
border-color: #2882DA;
}
.TagClassName
{
border-color: #2882DA;
}
</style>