Shades of Medium Blue #2D0ABF
Tints of Medium Blue #2D0ABF
RGB
CMYK
RGB Variations
Color information
#2D0ABF (or 0x2D0ABF) is known color: Medium Blue. HEX triplet: 2D, 0A and BF. RGB value is (45,10,191). Sum of RGB (Red+Green+Blue) = 45+10+191=246 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.29% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 191 (75% from 255 or 77.64% from 246); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D0ABF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0ABF is #D2F540. Grayscale: #282828. Windows color (decimal): -13825345 or 12519981. OLE color: 12519981.
HSL color Cylindrical-coordinate representation of color #2D0ABF: hue angle of 251.6º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D0ABF is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 10 | 191 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.25 |
| HSL | 251.6º | 0.9% | 0.39% | - |
| HSV(B) | 251.6º | 0.95% | 0.75% | - |
| XYZ | 10.59 | 4.54 | 49.61 | - |
| YUV | 41.1 | 212.6 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 10 | 191 | 0.76 | 0.95 | 0 | 0.25 | 251.6 | 0.9 | 0.39 |
| Hex | 2D | A | BF | 4C | 5F | 0 | 19 | FC | 5A | 27 |
| Octal | 55 | 12 | 277 | 114 | 137 | 0 | 31 | 374 | 132 | 47 |
| Binary | 101101 | 1010 | 10111111 | 1001100 | 1011111 | 0 | 11001 | 11111100 | 1011010 | 100111 |
Color Harmonies of #2D0ABF
Complementary color
Monochromatic Colors of #2D0ABF
Black with #2D0ABF
Text Example
Text Example
White with #2D0ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0ABF; }
p { color: rgb(45,10,191); }
H1.HeaderClassName
{
color: #2D0ABF;
}
.AnyTagClassName
{
color: #2D0ABF;
}
</style>
background-color css
<style>
a { background-color: #2D0ABF; }
a { background-color: rgb(45,10,191); }
div.DivClassName
{
background-color: #2D0ABF;
}
.BgClassName
{
background-color: #2D0ABF;
}
</style>
border-color css
<style>
span { border-color: #2D0ABF; }
span { border-color: rgb(45,10,191); }
td.TdClassName
{
border-color: #2D0ABF;
}
.TagClassName
{
border-color: #2D0ABF;
}
</style>