Shades of Medium Blue #2D0BBF
Tints of Medium Blue #2D0BBF
RGB
CMYK
RGB Variations
Color information
#2D0BBF (or 0x2D0BBF) is known color: Medium Blue. HEX triplet: 2D, 0B and BF. RGB value is (45,11,191). Sum of RGB (Red+Green+Blue) = 45+11+191=247 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.22% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 191 (75% from 255 or 77.33% from 247); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D0BBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0BBF is #D2F440. Grayscale: #292929. Windows color (decimal): -13825089 or 12520237. OLE color: 12520237.
HSL color Cylindrical-coordinate representation of color #2D0BBF: hue angle of 251.33º degrees, saturation: 0.89, 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 #2D0BBF is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 11 | 191 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.25 |
| HSL | 251.33º | 0.89% | 0.4% | - |
| HSV(B) | 251.33º | 0.94% | 0.75% | - |
| XYZ | 10.61 | 4.56 | 49.61 | - |
| YUV | 41.69 | 212.26 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 11 | 191 | 0.76 | 0.94 | 0 | 0.25 | 251.33 | 0.89 | 0.4 |
| Hex | 2D | B | BF | 4C | 5E | 0 | 19 | FB | 59 | 28 |
| Octal | 55 | 13 | 277 | 114 | 136 | 0 | 31 | 373 | 131 | 50 |
| Binary | 101101 | 1011 | 10111111 | 1001100 | 1011110 | 0 | 11001 | 11111011 | 1011001 | 101000 |
Color Harmonies of #2D0BBF
Complementary color
Monochromatic Colors of #2D0BBF
Black with #2D0BBF
Text Example
Text Example
White with #2D0BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0BBF; }
p { color: rgb(45,11,191); }
H1.HeaderClassName
{
color: #2D0BBF;
}
.AnyTagClassName
{
color: #2D0BBF;
}
</style>
background-color css
<style>
a { background-color: #2D0BBF; }
a { background-color: rgb(45,11,191); }
div.DivClassName
{
background-color: #2D0BBF;
}
.BgClassName
{
background-color: #2D0BBF;
}
</style>
border-color css
<style>
span { border-color: #2D0BBF; }
span { border-color: rgb(45,11,191); }
td.TdClassName
{
border-color: #2D0BBF;
}
.TagClassName
{
border-color: #2D0BBF;
}
</style>