Shades of Medium Blue #051FDF
Tints of Medium Blue #051FDF
RGB
CMYK
RGB Variations
Color information
#051FDF (or 0x051FDF) is known color: Medium Blue. HEX triplet: 05, 1F and DF. RGB value is (5,31,223). Sum of RGB (Red+Green+Blue) = 5+31+223=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 223 (87.5% from 255 or 86.10% from 259); Max value from RGB is 223 - color contains mainly: blue. Hex color #051FDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051FDF is #FAE020. Grayscale: #2C2C2C. Windows color (decimal): -16441377 or 14622469. OLE color: 14622469.
HSL color Cylindrical-coordinate representation of color #051FDF: hue angle of 232.84º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051FDF is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 31 | 223 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.13 |
| HSL | 232.84º | 0.96% | 0.45% | - |
| HSV(B) | 232.84º | 0.98% | 0.87% | - |
| XYZ | 13.87 | 6.34 | 70.3 | - |
| YUV | 45.11 | 228.39 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 223 | 0.98 | 0.86 | 0 | 0.13 | 232.84 | 0.96 | 0.45 |
| Hex | 5 | 1F | DF | 62 | 56 | 0 | D | E9 | 60 | 2D |
| Octal | 5 | 37 | 337 | 142 | 126 | 0 | 15 | 351 | 140 | 55 |
| Binary | 101 | 11111 | 11011111 | 1100010 | 1010110 | 0 | 1101 | 11101001 | 1100000 | 101101 |
Color Harmonies of #051FDF
Complementary color
Monochromatic Colors of #051FDF
Black with #051FDF
Text Example
Text Example
White with #051FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051FDF; }
p { color: rgb(5,31,223); }
H1.HeaderClassName
{
color: #051FDF;
}
.AnyTagClassName
{
color: #051FDF;
}
</style>
background-color css
<style>
a { background-color: #051FDF; }
a { background-color: rgb(5,31,223); }
div.DivClassName
{
background-color: #051FDF;
}
.BgClassName
{
background-color: #051FDF;
}
</style>
border-color css
<style>
span { border-color: #051FDF; }
span { border-color: rgb(5,31,223); }
td.TdClassName
{
border-color: #051FDF;
}
.TagClassName
{
border-color: #051FDF;
}
</style>