Shades of Medium Blue #2F13CB
Tints of Medium Blue #2F13CB
RGB
CMYK
RGB Variations
Color information
#2F13CB (or 0x2F13CB) is known color: Medium Blue. HEX triplet: 2F, 13 and CB. RGB value is (47,19,203). Sum of RGB (Red+Green+Blue) = 47+19+203=269 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.47% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 203 (79.69% from 255 or 75.46% from 269); Max value from RGB is 203 - color contains mainly: blue. Hex color #2F13CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F13CB is #D0EC34. Grayscale: #2F2F2F. Windows color (decimal): -13691957 or 13308719. OLE color: 13308719.
HSL color Cylindrical-coordinate representation of color #2F13CB: hue angle of 249.13º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F13CB is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 19 | 203 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.20 |
| HSL | 249.13º | 0.83% | 0.44% | - |
| HSV(B) | 249.13º | 0.91% | 0.8% | - |
| XYZ | 12.18 | 5.38 | 56.9 | - |
| YUV | 48.35 | 215.28 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 19 | 203 | 0.77 | 0.91 | 0 | 0.20 | 249.13 | 0.83 | 0.44 |
| Hex | 2F | 13 | CB | 4D | 5B | 0 | 14 | F9 | 53 | 2C |
| Octal | 57 | 23 | 313 | 115 | 133 | 0 | 24 | 371 | 123 | 54 |
| Binary | 101111 | 10011 | 11001011 | 1001101 | 1011011 | 0 | 10100 | 11111001 | 1010011 | 101100 |
Color Harmonies of #2F13CB
Complementary color
Monochromatic Colors of #2F13CB
Black with #2F13CB
Text Example
Text Example
White with #2F13CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F13CB; }
p { color: rgb(47,19,203); }
H1.HeaderClassName
{
color: #2F13CB;
}
.AnyTagClassName
{
color: #2F13CB;
}
</style>
background-color css
<style>
a { background-color: #2F13CB; }
a { background-color: rgb(47,19,203); }
div.DivClassName
{
background-color: #2F13CB;
}
.BgClassName
{
background-color: #2F13CB;
}
</style>
border-color css
<style>
span { border-color: #2F13CB; }
span { border-color: rgb(47,19,203); }
td.TdClassName
{
border-color: #2F13CB;
}
.TagClassName
{
border-color: #2F13CB;
}
</style>