Shades of Medium Blue #051DCC
Tints of Medium Blue #051DCC
RGB
CMYK
RGB Variations
Color information
#051DCC (or 0x051DCC) is known color: Medium Blue. HEX triplet: 05, 1D and CC. RGB value is (5,29,204). Sum of RGB (Red+Green+Blue) = 5+29+204=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 204 (80.08% from 255 or 85.71% from 238); Max value from RGB is 204 - color contains mainly: blue. Hex color #051DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051DCC is #FAE233. Grayscale: #292929. Windows color (decimal): -16441908 or 13376773. OLE color: 13376773.
HSL color Cylindrical-coordinate representation of color #051DCC: hue angle of 232.76º 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 #051DCC is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 29 | 204 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.2 |
| HSL | 232.76º | 0.95% | 0.41% | - |
| HSV(B) | 232.76º | 0.98% | 0.8% | - |
| XYZ | 11.4 | 5.27 | 57.54 | - |
| YUV | 41.77 | 219.55 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 204 | 0.98 | 0.86 | 0 | 0.2 | 232.76 | 0.95 | 0.41 |
| Hex | 5 | 1D | CC | 62 | 56 | 0 | 14 | E9 | 5F | 29 |
| Octal | 5 | 35 | 314 | 142 | 126 | 0 | 24 | 351 | 137 | 51 |
| Binary | 101 | 11101 | 11001100 | 1100010 | 1010110 | 0 | 10100 | 11101001 | 1011111 | 101001 |
Color Harmonies of #051DCC
Complementary color
Monochromatic Colors of #051DCC
Black with #051DCC
Text Example
Text Example
White with #051DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051DCC; }
p { color: rgb(5,29,204); }
H1.HeaderClassName
{
color: #051DCC;
}
.AnyTagClassName
{
color: #051DCC;
}
</style>
background-color css
<style>
a { background-color: #051DCC; }
a { background-color: rgb(5,29,204); }
div.DivClassName
{
background-color: #051DCC;
}
.BgClassName
{
background-color: #051DCC;
}
</style>
border-color css
<style>
span { border-color: #051DCC; }
span { border-color: rgb(5,29,204); }
td.TdClassName
{
border-color: #051DCC;
}
.TagClassName
{
border-color: #051DCC;
}
</style>