Shades of Medium Blue #2F03CE
Tints of Medium Blue #2F03CE
RGB
CMYK
RGB Variations
Color information
#2F03CE (or 0x2F03CE) is known color: Medium Blue. HEX triplet: 2F, 03 and CE. RGB value is (47,3,206). Sum of RGB (Red+Green+Blue) = 47+3+206=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 206 (80.86% from 255 or 80.47% from 256); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F03CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F03CE is #D0FC31. Grayscale: #262626. Windows color (decimal): -13696050 or 13501231. OLE color: 13501231.
HSL color Cylindrical-coordinate representation of color #2F03CE: hue angle of 253º 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 #2F03CE is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 3 | 206 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.19 |
| HSL | 253º | 0.97% | 0.41% | - |
| HSV(B) | 253º | 0.99% | 0.81% | - |
| XYZ | 12.35 | 5.13 | 58.73 | - |
| YUV | 39.3 | 222.08 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 3 | 206 | 0.77 | 0.99 | 0 | 0.19 | 253 | 0.97 | 0.41 |
| Hex | 2F | 3 | CE | 4D | 63 | 0 | 13 | FD | 61 | 29 |
| Octal | 57 | 3 | 316 | 115 | 143 | 0 | 23 | 375 | 141 | 51 |
| Binary | 101111 | 11 | 11001110 | 1001101 | 1100011 | 0 | 10011 | 11111101 | 1100001 | 101001 |
Color Harmonies of #2F03CE
Complementary color
Monochromatic Colors of #2F03CE
Black with #2F03CE
Text Example
Text Example
White with #2F03CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F03CE; }
p { color: rgb(47,3,206); }
H1.HeaderClassName
{
color: #2F03CE;
}
.AnyTagClassName
{
color: #2F03CE;
}
</style>
background-color css
<style>
a { background-color: #2F03CE; }
a { background-color: rgb(47,3,206); }
div.DivClassName
{
background-color: #2F03CE;
}
.BgClassName
{
background-color: #2F03CE;
}
</style>
border-color css
<style>
span { border-color: #2F03CE; }
span { border-color: rgb(47,3,206); }
td.TdClassName
{
border-color: #2F03CE;
}
.TagClassName
{
border-color: #2F03CE;
}
</style>