Shades of Medium Blue #2D08CB
Tints of Medium Blue #2D08CB
RGB
CMYK
RGB Variations
Color information
#2D08CB (or 0x2D08CB) is known color: Medium Blue. HEX triplet: 2D, 08 and CB. RGB value is (45,8,203). Sum of RGB (Red+Green+Blue) = 45+8+203=256 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.58% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 203 (79.69% from 255 or 79.30% from 256); Max value from RGB is 203 - color contains mainly: blue. Hex color #2D08CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D08CB is #D2F734. Grayscale: #282828. Windows color (decimal): -13825845 or 13305901. OLE color: 13305901.
HSL color Cylindrical-coordinate representation of color #2D08CB: hue angle of 251.38º 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 #2D08CB is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 8 | 203 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.20 |
| HSL | 251.38º | 0.92% | 0.41% | - |
| HSV(B) | 251.38º | 0.96% | 0.8% | - |
| XYZ | 11.95 | 5.04 | 56.84 | - |
| YUV | 41.29 | 219.26 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 8 | 203 | 0.78 | 0.96 | 0 | 0.20 | 251.38 | 0.92 | 0.41 |
| Hex | 2D | 8 | CB | 4E | 60 | 0 | 14 | FB | 5C | 29 |
| Octal | 55 | 10 | 313 | 116 | 140 | 0 | 24 | 373 | 134 | 51 |
| Binary | 101101 | 1000 | 11001011 | 1001110 | 1100000 | 0 | 10100 | 11111011 | 1011100 | 101001 |
Color Harmonies of #2D08CB
Complementary color
Monochromatic Colors of #2D08CB
Black with #2D08CB
Text Example
Text Example
White with #2D08CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D08CB; }
p { color: rgb(45,8,203); }
H1.HeaderClassName
{
color: #2D08CB;
}
.AnyTagClassName
{
color: #2D08CB;
}
</style>
background-color css
<style>
a { background-color: #2D08CB; }
a { background-color: rgb(45,8,203); }
div.DivClassName
{
background-color: #2D08CB;
}
.BgClassName
{
background-color: #2D08CB;
}
</style>
border-color css
<style>
span { border-color: #2D08CB; }
span { border-color: rgb(45,8,203); }
td.TdClassName
{
border-color: #2D08CB;
}
.TagClassName
{
border-color: #2D08CB;
}
</style>