Shades of Curious Blue #2888CF
Tints of Curious Blue #2888CF
RGB
CMYK
RGB Variations
Color information
#2888CF (or 0x2888CF) is known color: Curious Blue. HEX triplet: 28, 88 and CF. RGB value is (40,136,207). Sum of RGB (Red+Green+Blue) = 40+136+207=383 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.44% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #2888CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2888CF is #D77730. Grayscale: #737373. Windows color (decimal): -14120753 or 13600808. OLE color: 13600808.
HSL color Cylindrical-coordinate representation of color #2888CF: hue angle of 205.51º 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 #2888CF is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 136 | 207 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.19 |
| HSL | 205.51º | 0.68% | 0.48% | - |
| HSV(B) | 205.51º | 0.81% | 0.81% | - |
| XYZ | 20.94 | 22.56 | 62.28 | - |
| YUV | 115.39 | 179.7 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 207 | 0.81 | 0.34 | 0 | 0.19 | 205.51 | 0.68 | 0.48 |
| Hex | 28 | 88 | CF | 51 | 22 | 0 | 13 | CE | 44 | 30 |
| Octal | 50 | 210 | 317 | 121 | 42 | 0 | 23 | 316 | 104 | 60 |
| Binary | 101000 | 10001000 | 11001111 | 1010001 | 100010 | 0 | 10011 | 11001110 | 1000100 | 110000 |
Color Harmonies of #2888CF
Complementary color
Monochromatic Colors of #2888CF
Black with #2888CF
Text Example
Text Example
White with #2888CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2888CF; }
p { color: rgb(40,136,207); }
H1.HeaderClassName
{
color: #2888CF;
}
.AnyTagClassName
{
color: #2888CF;
}
</style>
background-color css
<style>
a { background-color: #2888CF; }
a { background-color: rgb(40,136,207); }
div.DivClassName
{
background-color: #2888CF;
}
.BgClassName
{
background-color: #2888CF;
}
</style>
border-color css
<style>
span { border-color: #2888CF; }
span { border-color: rgb(40,136,207); }
td.TdClassName
{
border-color: #2888CF;
}
.TagClassName
{
border-color: #2888CF;
}
</style>