Shades of Medium Blue #051DCE
Tints of Medium Blue #051DCE
RGB
CMYK
RGB Variations
Color information
#051DCE (or 0x051DCE) is known color: Medium Blue. HEX triplet: 05, 1D and CE. RGB value is (5,29,206). Sum of RGB (Red+Green+Blue) = 5+29+206=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 206 (80.86% from 255 or 85.83% from 240); Max value from RGB is 206 - color contains mainly: blue. Hex color #051DCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051DCE is #FAE231. Grayscale: #292929. Windows color (decimal): -16441906 or 13507845. OLE color: 13507845.
HSL color Cylindrical-coordinate representation of color #051DCE: hue angle of 232.84º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051DCE is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 29 | 206 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.19 |
| HSL | 232.84º | 0.95% | 0.41% | - |
| HSV(B) | 232.84º | 0.98% | 0.81% | - |
| XYZ | 11.64 | 5.37 | 58.81 | - |
| YUV | 42 | 220.55 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 206 | 0.98 | 0.86 | 0 | 0.19 | 232.84 | 0.95 | 0.41 |
| Hex | 5 | 1D | CE | 62 | 56 | 0 | 13 | E9 | 5F | 29 |
| Octal | 5 | 35 | 316 | 142 | 126 | 0 | 23 | 351 | 137 | 51 |
| Binary | 101 | 11101 | 11001110 | 1100010 | 1010110 | 0 | 10011 | 11101001 | 1011111 | 101001 |
Color Harmonies of #051DCE
Complementary color
Monochromatic Colors of #051DCE
Black with #051DCE
Text Example
Text Example
White with #051DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051DCE; }
p { color: rgb(5,29,206); }
H1.HeaderClassName
{
color: #051DCE;
}
.AnyTagClassName
{
color: #051DCE;
}
</style>
background-color css
<style>
a { background-color: #051DCE; }
a { background-color: rgb(5,29,206); }
div.DivClassName
{
background-color: #051DCE;
}
.BgClassName
{
background-color: #051DCE;
}
</style>
border-color css
<style>
span { border-color: #051DCE; }
span { border-color: rgb(5,29,206); }
td.TdClassName
{
border-color: #051DCE;
}
.TagClassName
{
border-color: #051DCE;
}
</style>