Shades of Curious Blue #2885CF
Tints of Curious Blue #2885CF
RGB
CMYK
RGB Variations
Color information
#2885CF (or 0x2885CF) is known color: Curious Blue. HEX triplet: 28, 85 and CF. RGB value is (40,133,207). Sum of RGB (Red+Green+Blue) = 40+133+207=380 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.53% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #2885CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2885CF is #D77A30. Grayscale: #717171. Windows color (decimal): -14121521 or 13600040. OLE color: 13600040.
HSL color Cylindrical-coordinate representation of color #2885CF: hue angle of 206.59º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2885CF is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 133 | 207 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.19 |
| HSL | 206.59º | 0.68% | 0.48% | - |
| HSV(B) | 206.59º | 0.81% | 0.81% | - |
| XYZ | 20.53 | 21.73 | 62.14 | - |
| YUV | 113.63 | 180.69 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 207 | 0.81 | 0.36 | 0 | 0.19 | 206.59 | 0.68 | 0.48 |
| Hex | 28 | 85 | CF | 51 | 24 | 0 | 13 | CF | 44 | 30 |
| Octal | 50 | 205 | 317 | 121 | 44 | 0 | 23 | 317 | 104 | 60 |
| Binary | 101000 | 10000101 | 11001111 | 1010001 | 100100 | 0 | 10011 | 11001111 | 1000100 | 110000 |
Color Harmonies of #2885CF
Complementary color
Monochromatic Colors of #2885CF
Black with #2885CF
Text Example
Text Example
White with #2885CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2885CF; }
p { color: rgb(40,133,207); }
H1.HeaderClassName
{
color: #2885CF;
}
.AnyTagClassName
{
color: #2885CF;
}
</style>
background-color css
<style>
a { background-color: #2885CF; }
a { background-color: rgb(40,133,207); }
div.DivClassName
{
background-color: #2885CF;
}
.BgClassName
{
background-color: #2885CF;
}
</style>
border-color css
<style>
span { border-color: #2885CF; }
span { border-color: rgb(40,133,207); }
td.TdClassName
{
border-color: #2885CF;
}
.TagClassName
{
border-color: #2885CF;
}
</style>