Shades of Medium Blue #2F05CC
Tints of Medium Blue #2F05CC
RGB
CMYK
RGB Variations
Color information
#2F05CC (or 0x2F05CC) is known color: Medium Blue. HEX triplet: 2F, 05 and CC. RGB value is (47,5,204). Sum of RGB (Red+Green+Blue) = 47+5+204=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 204 (80.08% from 255 or 79.69% from 256); Max value from RGB is 204 - color contains mainly: blue. Hex color #2F05CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F05CC is #D0FA33. Grayscale: #272727. Windows color (decimal): -13695540 or 13370671. OLE color: 13370671.
HSL color Cylindrical-coordinate representation of color #2F05CC: hue angle of 252.66º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F05CC is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 47 | 5 | 204 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.2 |
| HSL | 252.66º | 0.95% | 0.41% | - |
| HSV(B) | 252.66º | 0.98% | 0.8% | - |
| XYZ | 12.13 | 5.07 | 57.47 | - |
| YUV | 40.24 | 220.41 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 5 | 204 | 0.77 | 0.98 | 0 | 0.2 | 252.66 | 0.95 | 0.41 |
| Hex | 2F | 5 | CC | 4D | 62 | 0 | 14 | FD | 5F | 29 |
| Octal | 57 | 5 | 314 | 115 | 142 | 0 | 24 | 375 | 137 | 51 |
| Binary | 101111 | 101 | 11001100 | 1001101 | 1100010 | 0 | 10100 | 11111101 | 1011111 | 101001 |
Color Harmonies of #2F05CC
Complementary color
Monochromatic Colors of #2F05CC
Black with #2F05CC
Text Example
Text Example
White with #2F05CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F05CC; }
p { color: rgb(47,5,204); }
H1.HeaderClassName
{
color: #2F05CC;
}
.AnyTagClassName
{
color: #2F05CC;
}
</style>
background-color css
<style>
a { background-color: #2F05CC; }
a { background-color: rgb(47,5,204); }
div.DivClassName
{
background-color: #2F05CC;
}
.BgClassName
{
background-color: #2F05CC;
}
</style>
border-color css
<style>
span { border-color: #2F05CC; }
span { border-color: rgb(47,5,204); }
td.TdClassName
{
border-color: #2F05CC;
}
.TagClassName
{
border-color: #2F05CC;
}
</style>