Shades of Medium Blue #2F0DBE
Tints of Medium Blue #2F0DBE
RGB
CMYK
RGB Variations
Color information
#2F0DBE (or 0x2F0DBE) is known color: Medium Blue. HEX triplet: 2F, 0D and BE. RGB value is (47,13,190). Sum of RGB (Red+Green+Blue) = 47+13+190=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 190 (74.61% from 255 or 76% from 250); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F0DBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0DBE is #D0F241. Grayscale: #2A2A2A. Windows color (decimal): -13693506 or 12455215. OLE color: 12455215.
HSL color Cylindrical-coordinate representation of color #2F0DBE: hue angle of 251.53º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F0DBE is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 13 | 190 | - |
| CMYK | 0.75 | 0.93 | 0 | 0.25 |
| HSL | 251.53º | 0.87% | 0.4% | - |
| HSV(B) | 251.53º | 0.93% | 0.75% | - |
| XYZ | 10.61 | 4.61 | 49.05 | - |
| YUV | 43.34 | 210.76 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 13 | 190 | 0.75 | 0.93 | 0 | 0.25 | 251.53 | 0.87 | 0.4 |
| Hex | 2F | D | BE | 4B | 5D | 0 | 19 | FC | 57 | 28 |
| Octal | 57 | 15 | 276 | 113 | 135 | 0 | 31 | 374 | 127 | 50 |
| Binary | 101111 | 1101 | 10111110 | 1001011 | 1011101 | 0 | 11001 | 11111100 | 1010111 | 101000 |
Color Harmonies of #2F0DBE
Complementary color
Monochromatic Colors of #2F0DBE
Black with #2F0DBE
Text Example
Text Example
White with #2F0DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0DBE; }
p { color: rgb(47,13,190); }
H1.HeaderClassName
{
color: #2F0DBE;
}
.AnyTagClassName
{
color: #2F0DBE;
}
</style>
background-color css
<style>
a { background-color: #2F0DBE; }
a { background-color: rgb(47,13,190); }
div.DivClassName
{
background-color: #2F0DBE;
}
.BgClassName
{
background-color: #2F0DBE;
}
</style>
border-color css
<style>
span { border-color: #2F0DBE; }
span { border-color: rgb(47,13,190); }
td.TdClassName
{
border-color: #2F0DBE;
}
.TagClassName
{
border-color: #2F0DBE;
}
</style>