Shades of Curious Blue #2885BE
Tints of Curious Blue #2885BE
RGB
CMYK
RGB Variations
Color information
#2885BE (or 0x2885BE) is known color: Curious Blue. HEX triplet: 28, 85 and BE. RGB value is (40,133,190). Sum of RGB (Red+Green+Blue) = 40+133+190=363 (48% of max value = 765). Red value is 40 (16.02% from 255 or 11.02% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #2885BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2885BE is #D77A41. Grayscale: #6F6F6F. Windows color (decimal): -14121538 or 12485928. OLE color: 12485928.
HSL color Cylindrical-coordinate representation of color #2885BE: hue angle of 202.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2885BE is Cyan = 0.79, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 133 | 190 | - |
| CMYK | 0.79 | 0.3 | 0 | 0.25 |
| HSL | 202.8º | 0.65% | 0.45% | - |
| HSV(B) | 202.8º | 0.79% | 0.75% | - |
| XYZ | 18.56 | 20.94 | 51.78 | - |
| YUV | 111.69 | 172.19 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 190 | 0.79 | 0.3 | 0 | 0.25 | 202.8 | 0.65 | 0.45 |
| Hex | 28 | 85 | BE | 4F | 1E | 0 | 19 | CB | 41 | 2D |
| Octal | 50 | 205 | 276 | 117 | 36 | 0 | 31 | 313 | 101 | 55 |
| Binary | 101000 | 10000101 | 10111110 | 1001111 | 11110 | 0 | 11001 | 11001011 | 1000001 | 101101 |
Color Harmonies of #2885BE
Complementary color
Monochromatic Colors of #2885BE
Black with #2885BE
Text Example
Text Example
White with #2885BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2885BE; }
p { color: rgb(40,133,190); }
H1.HeaderClassName
{
color: #2885BE;
}
.AnyTagClassName
{
color: #2885BE;
}
</style>
background-color css
<style>
a { background-color: #2885BE; }
a { background-color: rgb(40,133,190); }
div.DivClassName
{
background-color: #2885BE;
}
.BgClassName
{
background-color: #2885BE;
}
</style>
border-color css
<style>
span { border-color: #2885BE; }
span { border-color: rgb(40,133,190); }
td.TdClassName
{
border-color: #2885BE;
}
.TagClassName
{
border-color: #2885BE;
}
</style>