Shades of Medium Blue #2F00DB
Tints of Medium Blue #2F00DB
RGB
CMYK
RGB Variations
Color information
#2F00DB (or 0x2F00DB) is known color: Medium Blue. HEX triplet: 2F, 00 and DB. RGB value is (47,0,219). Sum of RGB (Red+Green+Blue) = 47+0+219=266 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.67% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 219 (85.94% from 255 or 82.33% from 266); Max value from RGB is 219 - color contains mainly: blue. Hex color #2F00DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F00DB is #D0FF24. Grayscale: #262626. Windows color (decimal): -13696805 or 14352431. OLE color: 14352431.
HSL color Cylindrical-coordinate representation of color #2F00DB: hue angle of 252.88º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F00DB is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 0 | 219 | - |
| CMYK | 0.79 | 1 | 0 | 0.14 |
| HSL | 252.88º | 1% | 0.43% | - |
| HSV(B) | 252.88º | 1% | 0.86% | - |
| XYZ | 13.96 | 5.72 | 67.39 | - |
| YUV | 39.02 | 229.57 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 0 | 219 | 0.79 | 1 | 0 | 0.14 | 252.88 | 1 | 0.43 |
| Hex | 2F | 0 | DB | 4F | 64 | 0 | E | FD | 64 | 2B |
| Octal | 57 | 0 | 333 | 117 | 144 | 0 | 16 | 375 | 144 | 53 |
| Binary | 101111 | 0 | 11011011 | 1001111 | 1100100 | 0 | 1110 | 11111101 | 1100100 | 101011 |
Color Harmonies of #2F00DB
Complementary color
Monochromatic Colors of #2F00DB
Black with #2F00DB
Text Example
Text Example
White with #2F00DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F00DB; }
p { color: rgb(47,0,219); }
H1.HeaderClassName
{
color: #2F00DB;
}
.AnyTagClassName
{
color: #2F00DB;
}
</style>
background-color css
<style>
a { background-color: #2F00DB; }
a { background-color: rgb(47,0,219); }
div.DivClassName
{
background-color: #2F00DB;
}
.BgClassName
{
background-color: #2F00DB;
}
</style>
border-color css
<style>
span { border-color: #2F00DB; }
span { border-color: rgb(47,0,219); }
td.TdClassName
{
border-color: #2F00DB;
}
.TagClassName
{
border-color: #2F00DB;
}
</style>