Shades of Medium Blue #051CD0
Tints of Medium Blue #051CD0
RGB
CMYK
RGB Variations
Color information
#051CD0 (or 0x051CD0) is known color: Medium Blue. HEX triplet: 05, 1C and D0. RGB value is (5,28,208). Sum of RGB (Red+Green+Blue) = 5+28+208=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 208 (81.64% from 255 or 86.31% from 241); Max value from RGB is 208 - color contains mainly: blue. Hex color #051CD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051CD0 is #FAE32F. Grayscale: #282828. Windows color (decimal): -16442160 or 13638661. OLE color: 13638661.
HSL color Cylindrical-coordinate representation of color #051CD0: hue angle of 233.2º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051CD0 is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 28 | 208 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.18 |
| HSL | 233.2º | 0.95% | 0.42% | - |
| HSV(B) | 233.2º | 0.98% | 0.82% | - |
| XYZ | 11.86 | 5.42 | 60.09 | - |
| YUV | 41.64 | 221.88 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 208 | 0.98 | 0.87 | 0 | 0.18 | 233.2 | 0.95 | 0.42 |
| Hex | 5 | 1C | D0 | 62 | 57 | 0 | 12 | E9 | 5F | 2A |
| Octal | 5 | 34 | 320 | 142 | 127 | 0 | 22 | 351 | 137 | 52 |
| Binary | 101 | 11100 | 11010000 | 1100010 | 1010111 | 0 | 10010 | 11101001 | 1011111 | 101010 |
Color Harmonies of #051CD0
Complementary color
Monochromatic Colors of #051CD0
Black with #051CD0
Text Example
Text Example
White with #051CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051CD0; }
p { color: rgb(5,28,208); }
H1.HeaderClassName
{
color: #051CD0;
}
.AnyTagClassName
{
color: #051CD0;
}
</style>
background-color css
<style>
a { background-color: #051CD0; }
a { background-color: rgb(5,28,208); }
div.DivClassName
{
background-color: #051CD0;
}
.BgClassName
{
background-color: #051CD0;
}
</style>
border-color css
<style>
span { border-color: #051CD0; }
span { border-color: rgb(5,28,208); }
td.TdClassName
{
border-color: #051CD0;
}
.TagClassName
{
border-color: #051CD0;
}
</style>