Shades of Curious Blue #2885BC
Tints of Curious Blue #2885BC
RGB
CMYK
RGB Variations
Color information
#2885BC (or 0x2885BC) is known color: Curious Blue. HEX triplet: 28, 85 and BC. RGB value is (40,133,188). Sum of RGB (Red+Green+Blue) = 40+133+188=361 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.08% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #2885BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2885BC is #D77A43. Grayscale: #6F6F6F. Windows color (decimal): -14121540 or 12354856. OLE color: 12354856.
HSL color Cylindrical-coordinate representation of color #2885BC: hue angle of 202.3º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2885BC is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 133 | 188 | - |
| CMYK | 0.79 | 0.29 | 0 | 0.26 |
| HSL | 202.3º | 0.65% | 0.45% | - |
| HSV(B) | 202.3º | 0.79% | 0.74% | - |
| XYZ | 18.34 | 20.86 | 50.64 | - |
| YUV | 111.46 | 171.19 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 188 | 0.79 | 0.29 | 0 | 0.26 | 202.3 | 0.65 | 0.45 |
| Hex | 28 | 85 | BC | 4F | 1D | 0 | 1A | CA | 41 | 2D |
| Octal | 50 | 205 | 274 | 117 | 35 | 0 | 32 | 312 | 101 | 55 |
| Binary | 101000 | 10000101 | 10111100 | 1001111 | 11101 | 0 | 11010 | 11001010 | 1000001 | 101101 |
Color Harmonies of #2885BC
Complementary color
Monochromatic Colors of #2885BC
Black with #2885BC
Text Example
Text Example
White with #2885BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2885BC; }
p { color: rgb(40,133,188); }
H1.HeaderClassName
{
color: #2885BC;
}
.AnyTagClassName
{
color: #2885BC;
}
</style>
background-color css
<style>
a { background-color: #2885BC; }
a { background-color: rgb(40,133,188); }
div.DivClassName
{
background-color: #2885BC;
}
.BgClassName
{
background-color: #2885BC;
}
</style>
border-color css
<style>
span { border-color: #2885BC; }
span { border-color: rgb(40,133,188); }
td.TdClassName
{
border-color: #2885BC;
}
.TagClassName
{
border-color: #2885BC;
}
</style>