Shades of Medium Blue #2D0CBF
Tints of Medium Blue #2D0CBF
RGB
CMYK
RGB Variations
Color information
#2D0CBF (or 0x2D0CBF) is known color: Medium Blue. HEX triplet: 2D, 0C and BF. RGB value is (45,12,191). Sum of RGB (Red+Green+Blue) = 45+12+191=248 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.15% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 191 (75% from 255 or 77.02% from 248); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D0CBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0CBF is #D2F340. Grayscale: #292929. Windows color (decimal): -13824833 or 12520493. OLE color: 12520493.
HSL color Cylindrical-coordinate representation of color #2D0CBF: hue angle of 251.06º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D0CBF is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 12 | 191 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.25 |
| HSL | 251.06º | 0.88% | 0.4% | - |
| HSV(B) | 251.06º | 0.94% | 0.75% | - |
| XYZ | 10.62 | 4.58 | 49.62 | - |
| YUV | 42.27 | 211.93 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 12 | 191 | 0.76 | 0.94 | 0 | 0.25 | 251.06 | 0.88 | 0.4 |
| Hex | 2D | C | BF | 4C | 5E | 0 | 19 | FB | 58 | 28 |
| Octal | 55 | 14 | 277 | 114 | 136 | 0 | 31 | 373 | 130 | 50 |
| Binary | 101101 | 1100 | 10111111 | 1001100 | 1011110 | 0 | 11001 | 11111011 | 1011000 | 101000 |
Color Harmonies of #2D0CBF
Complementary color
Monochromatic Colors of #2D0CBF
Black with #2D0CBF
Text Example
Text Example
White with #2D0CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0CBF; }
p { color: rgb(45,12,191); }
H1.HeaderClassName
{
color: #2D0CBF;
}
.AnyTagClassName
{
color: #2D0CBF;
}
</style>
background-color css
<style>
a { background-color: #2D0CBF; }
a { background-color: rgb(45,12,191); }
div.DivClassName
{
background-color: #2D0CBF;
}
.BgClassName
{
background-color: #2D0CBF;
}
</style>
border-color css
<style>
span { border-color: #2D0CBF; }
span { border-color: rgb(45,12,191); }
td.TdClassName
{
border-color: #2D0CBF;
}
.TagClassName
{
border-color: #2D0CBF;
}
</style>