Shades of Medium Blue #051CD4
Tints of Medium Blue #051CD4
RGB
CMYK
RGB Variations
Color information
#051CD4 (or 0x051CD4) is known color: Medium Blue. HEX triplet: 05, 1C and D4. RGB value is (5,28,212). Sum of RGB (Red+Green+Blue) = 5+28+212=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 212 (83.20% from 255 or 86.53% from 245); Max value from RGB is 212 - color contains mainly: blue. Hex color #051CD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051CD4 is #FAE32B. Grayscale: #292929. Windows color (decimal): -16442156 or 13900805. OLE color: 13900805.
HSL color Cylindrical-coordinate representation of color #051CD4: hue angle of 233.33º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051CD4 is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 5 | 28 | 212 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.17 |
| HSL | 233.33º | 0.95% | 0.43% | - |
| HSV(B) | 233.33º | 0.98% | 0.83% | - |
| XYZ | 12.36 | 5.62 | 62.72 | - |
| YUV | 42.1 | 223.88 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 212 | 0.98 | 0.87 | 0 | 0.17 | 233.33 | 0.95 | 0.43 |
| Hex | 5 | 1C | D4 | 62 | 57 | 0 | 11 | E9 | 5F | 2B |
| Octal | 5 | 34 | 324 | 142 | 127 | 0 | 21 | 351 | 137 | 53 |
| Binary | 101 | 11100 | 11010100 | 1100010 | 1010111 | 0 | 10001 | 11101001 | 1011111 | 101011 |
Color Harmonies of #051CD4
Complementary color
Monochromatic Colors of #051CD4
Black with #051CD4
Text Example
Text Example
White with #051CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051CD4; }
p { color: rgb(5,28,212); }
H1.HeaderClassName
{
color: #051CD4;
}
.AnyTagClassName
{
color: #051CD4;
}
</style>
background-color css
<style>
a { background-color: #051CD4; }
a { background-color: rgb(5,28,212); }
div.DivClassName
{
background-color: #051CD4;
}
.BgClassName
{
background-color: #051CD4;
}
</style>
border-color css
<style>
span { border-color: #051CD4; }
span { border-color: rgb(5,28,212); }
td.TdClassName
{
border-color: #051CD4;
}
.TagClassName
{
border-color: #051CD4;
}
</style>