Shades of Curious Blue #2885D5
Tints of Curious Blue #2885D5
RGB
CMYK
RGB Variations
Color information
#2885D5 (or 0x2885D5) is known color: Curious Blue. HEX triplet: 28, 85 and D5. RGB value is (40,133,213). Sum of RGB (Red+Green+Blue) = 40+133+213=386 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.36% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 213 (83.59% from 255 or 55.18% from 386); Max value from RGB is 213 - color contains mainly: blue. Hex color #2885D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2885D5 is #D77A2A. Grayscale: #717171. Windows color (decimal): -14121515 or 13993256. OLE color: 13993256.
HSL color Cylindrical-coordinate representation of color #2885D5: hue angle of 207.75º 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 #2885D5 is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 133 | 213 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.16 |
| HSL | 207.75º | 0.68% | 0.5% | - |
| HSV(B) | 207.75º | 0.81% | 0.84% | - |
| XYZ | 21.27 | 22.03 | 66.08 | - |
| YUV | 114.31 | 183.69 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 213 | 0.81 | 0.38 | 0 | 0.16 | 207.75 | 0.68 | 0.5 |
| Hex | 28 | 85 | D5 | 51 | 26 | 0 | 10 | D0 | 44 | 32 |
| Octal | 50 | 205 | 325 | 121 | 46 | 0 | 20 | 320 | 104 | 62 |
| Binary | 101000 | 10000101 | 11010101 | 1010001 | 100110 | 0 | 10000 | 11010000 | 1000100 | 110010 |
Color Harmonies of #2885D5
Complementary color
Monochromatic Colors of #2885D5
Black with #2885D5
Text Example
Text Example
White with #2885D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2885D5; }
p { color: rgb(40,133,213); }
H1.HeaderClassName
{
color: #2885D5;
}
.AnyTagClassName
{
color: #2885D5;
}
</style>
background-color css
<style>
a { background-color: #2885D5; }
a { background-color: rgb(40,133,213); }
div.DivClassName
{
background-color: #2885D5;
}
.BgClassName
{
background-color: #2885D5;
}
</style>
border-color css
<style>
span { border-color: #2885D5; }
span { border-color: rgb(40,133,213); }
td.TdClassName
{
border-color: #2885D5;
}
.TagClassName
{
border-color: #2885D5;
}
</style>