Shades of Curious Blue #2879CB
Tints of Curious Blue #2879CB
RGB
CMYK
RGB Variations
Color information
#2879CB (or 0x2879CB) is known color: Curious Blue. HEX triplet: 28, 79 and CB. RGB value is (40,121,203). Sum of RGB (Red+Green+Blue) = 40+121+203=364 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.99% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #2879CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2879CB is #D78634. Grayscale: #696969. Windows color (decimal): -14124597 or 13334824. OLE color: 13334824.
HSL color Cylindrical-coordinate representation of color #2879CB: hue angle of 210.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2879CB is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 121 | 203 | - |
| CMYK | 0.80 | 0.40 | 0 | 0.20 |
| HSL | 210.18º | 0.67% | 0.48% | - |
| HSV(B) | 210.18º | 0.8% | 0.8% | - |
| XYZ | 18.49 | 18.44 | 59.08 | - |
| YUV | 106.13 | 182.66 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 121 | 203 | 0.80 | 0.40 | 0 | 0.20 | 210.18 | 0.67 | 0.48 |
| Hex | 28 | 79 | CB | 50 | 28 | 0 | 14 | D2 | 43 | 30 |
| Octal | 50 | 171 | 313 | 120 | 50 | 0 | 24 | 322 | 103 | 60 |
| Binary | 101000 | 1111001 | 11001011 | 1010000 | 101000 | 0 | 10100 | 11010010 | 1000011 | 110000 |
Color Harmonies of #2879CB
Complementary color
Monochromatic Colors of #2879CB
Black with #2879CB
Text Example
Text Example
White with #2879CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2879CB; }
p { color: rgb(40,121,203); }
H1.HeaderClassName
{
color: #2879CB;
}
.AnyTagClassName
{
color: #2879CB;
}
</style>
background-color css
<style>
a { background-color: #2879CB; }
a { background-color: rgb(40,121,203); }
div.DivClassName
{
background-color: #2879CB;
}
.BgClassName
{
background-color: #2879CB;
}
</style>
border-color css
<style>
span { border-color: #2879CB; }
span { border-color: rgb(40,121,203); }
td.TdClassName
{
border-color: #2879CB;
}
.TagClassName
{
border-color: #2879CB;
}
</style>