Shades of Medium Blue #2F03CF
Tints of Medium Blue #2F03CF
RGB
CMYK
RGB Variations
Color information
#2F03CF (or 0x2F03CF) is known color: Medium Blue. HEX triplet: 2F, 03 and CF. RGB value is (47,3,207). Sum of RGB (Red+Green+Blue) = 47+3+207=257 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.29% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 207 (81.25% from 255 or 80.54% from 257); Max value from RGB is 207 - color contains mainly: blue. Hex color #2F03CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F03CF is #D0FC30. Grayscale: #262626. Windows color (decimal): -13696049 or 13566767. OLE color: 13566767.
HSL color Cylindrical-coordinate representation of color #2F03CF: hue angle of 252.94º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F03CF is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 3 | 207 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.19 |
| HSL | 252.94º | 0.97% | 0.41% | - |
| HSV(B) | 252.94º | 0.99% | 0.81% | - |
| XYZ | 12.47 | 5.17 | 59.37 | - |
| YUV | 39.41 | 222.58 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 3 | 207 | 0.77 | 0.99 | 0 | 0.19 | 252.94 | 0.97 | 0.41 |
| Hex | 2F | 3 | CF | 4D | 63 | 0 | 13 | FD | 61 | 29 |
| Octal | 57 | 3 | 317 | 115 | 143 | 0 | 23 | 375 | 141 | 51 |
| Binary | 101111 | 11 | 11001111 | 1001101 | 1100011 | 0 | 10011 | 11111101 | 1100001 | 101001 |
Color Harmonies of #2F03CF
Complementary color
Monochromatic Colors of #2F03CF
Black with #2F03CF
Text Example
Text Example
White with #2F03CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F03CF; }
p { color: rgb(47,3,207); }
H1.HeaderClassName
{
color: #2F03CF;
}
.AnyTagClassName
{
color: #2F03CF;
}
</style>
background-color css
<style>
a { background-color: #2F03CF; }
a { background-color: rgb(47,3,207); }
div.DivClassName
{
background-color: #2F03CF;
}
.BgClassName
{
background-color: #2F03CF;
}
</style>
border-color css
<style>
span { border-color: #2F03CF; }
span { border-color: rgb(47,3,207); }
td.TdClassName
{
border-color: #2F03CF;
}
.TagClassName
{
border-color: #2F03CF;
}
</style>