Shades of Medium Blue #2808CB
Tints of Medium Blue #2808CB
RGB
CMYK
RGB Variations
Color information
#2808CB (or 0x2808CB) is known color: Medium Blue. HEX triplet: 28, 08 and CB. RGB value is (40,8,203). Sum of RGB (Red+Green+Blue) = 40+8+203=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 203 (79.69% from 255 or 80.88% from 251); Max value from RGB is 203 - color contains mainly: blue. Hex color #2808CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2808CB is #D7F734. Grayscale: #272727. Windows color (decimal): -14153525 or 13305896. OLE color: 13305896.
HSL color Cylindrical-coordinate representation of color #2808CB: hue angle of 249.85º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2808CB is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 8 | 203 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.20 |
| HSL | 249.85º | 0.92% | 0.41% | - |
| HSV(B) | 249.85º | 0.96% | 0.8% | - |
| XYZ | 11.74 | 4.94 | 56.83 | - |
| YUV | 39.8 | 220.1 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 8 | 203 | 0.80 | 0.96 | 0 | 0.20 | 249.85 | 0.92 | 0.41 |
| Hex | 28 | 8 | CB | 50 | 60 | 0 | 14 | FA | 5C | 29 |
| Octal | 50 | 10 | 313 | 120 | 140 | 0 | 24 | 372 | 134 | 51 |
| Binary | 101000 | 1000 | 11001011 | 1010000 | 1100000 | 0 | 10100 | 11111010 | 1011100 | 101001 |
Color Harmonies of #2808CB
Complementary color
Monochromatic Colors of #2808CB
Black with #2808CB
Text Example
Text Example
White with #2808CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2808CB; }
p { color: rgb(40,8,203); }
H1.HeaderClassName
{
color: #2808CB;
}
.AnyTagClassName
{
color: #2808CB;
}
</style>
background-color css
<style>
a { background-color: #2808CB; }
a { background-color: rgb(40,8,203); }
div.DivClassName
{
background-color: #2808CB;
}
.BgClassName
{
background-color: #2808CB;
}
</style>
border-color css
<style>
span { border-color: #2808CB; }
span { border-color: rgb(40,8,203); }
td.TdClassName
{
border-color: #2808CB;
}
.TagClassName
{
border-color: #2808CB;
}
</style>