Shades of Curious Blue #2885D1
Tints of Curious Blue #2885D1
RGB
CMYK
RGB Variations
Color information
#2885D1 (or 0x2885D1) is known color: Curious Blue. HEX triplet: 28, 85 and D1. RGB value is (40,133,209). Sum of RGB (Red+Green+Blue) = 40+133+209=382 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.47% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 209 (82.03% from 255 or 54.71% from 382); Max value from RGB is 209 - color contains mainly: blue. Hex color #2885D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2885D1 is #D77A2E. Grayscale: #717171. Windows color (decimal): -14121519 or 13731112. OLE color: 13731112.
HSL color Cylindrical-coordinate representation of color #2885D1: hue angle of 206.98º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2885D1 is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 133 | 209 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.18 |
| HSL | 206.98º | 0.68% | 0.49% | - |
| HSV(B) | 206.98º | 0.81% | 0.82% | - |
| XYZ | 20.77 | 21.83 | 63.44 | - |
| YUV | 113.86 | 181.69 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 209 | 0.81 | 0.36 | 0 | 0.18 | 206.98 | 0.68 | 0.49 |
| Hex | 28 | 85 | D1 | 51 | 24 | 0 | 12 | CF | 44 | 31 |
| Octal | 50 | 205 | 321 | 121 | 44 | 0 | 22 | 317 | 104 | 61 |
| Binary | 101000 | 10000101 | 11010001 | 1010001 | 100100 | 0 | 10010 | 11001111 | 1000100 | 110001 |
Color Harmonies of #2885D1
Complementary color
Monochromatic Colors of #2885D1
Black with #2885D1
Text Example
Text Example
White with #2885D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2885D1; }
p { color: rgb(40,133,209); }
H1.HeaderClassName
{
color: #2885D1;
}
.AnyTagClassName
{
color: #2885D1;
}
</style>
background-color css
<style>
a { background-color: #2885D1; }
a { background-color: rgb(40,133,209); }
div.DivClassName
{
background-color: #2885D1;
}
.BgClassName
{
background-color: #2885D1;
}
</style>
border-color css
<style>
span { border-color: #2885D1; }
span { border-color: rgb(40,133,209); }
td.TdClassName
{
border-color: #2885D1;
}
.TagClassName
{
border-color: #2885D1;
}
</style>