Shades of Medium Blue #2F13CF
Tints of Medium Blue #2F13CF
RGB
CMYK
RGB Variations
Color information
#2F13CF (or 0x2F13CF) is known color: Medium Blue. HEX triplet: 2F, 13 and CF. RGB value is (47,19,207). Sum of RGB (Red+Green+Blue) = 47+19+207=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 207 (81.25% from 255 or 75.82% from 273); Max value from RGB is 207 - color contains mainly: blue. Hex color #2F13CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F13CF is #D0EC30. Grayscale: #303030. Windows color (decimal): -13691953 or 13570863. OLE color: 13570863.
HSL color Cylindrical-coordinate representation of color #2F13CF: hue angle of 248.94º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F13CF is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 19 | 207 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.19 |
| HSL | 248.94º | 0.83% | 0.44% | - |
| HSV(B) | 248.94º | 0.91% | 0.81% | - |
| XYZ | 12.67 | 5.58 | 59.44 | - |
| YUV | 48.8 | 217.28 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 19 | 207 | 0.77 | 0.91 | 0 | 0.19 | 248.94 | 0.83 | 0.44 |
| Hex | 2F | 13 | CF | 4D | 5B | 0 | 13 | F9 | 53 | 2C |
| Octal | 57 | 23 | 317 | 115 | 133 | 0 | 23 | 371 | 123 | 54 |
| Binary | 101111 | 10011 | 11001111 | 1001101 | 1011011 | 0 | 10011 | 11111001 | 1010011 | 101100 |
Color Harmonies of #2F13CF
Complementary color
Monochromatic Colors of #2F13CF
Black with #2F13CF
Text Example
Text Example
White with #2F13CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F13CF; }
p { color: rgb(47,19,207); }
H1.HeaderClassName
{
color: #2F13CF;
}
.AnyTagClassName
{
color: #2F13CF;
}
</style>
background-color css
<style>
a { background-color: #2F13CF; }
a { background-color: rgb(47,19,207); }
div.DivClassName
{
background-color: #2F13CF;
}
.BgClassName
{
background-color: #2F13CF;
}
</style>
border-color css
<style>
span { border-color: #2F13CF; }
span { border-color: rgb(47,19,207); }
td.TdClassName
{
border-color: #2F13CF;
}
.TagClassName
{
border-color: #2F13CF;
}
</style>