Shades of Medium Blue #051AD4
Tints of Medium Blue #051AD4
RGB
CMYK
RGB Variations
Color information
#051AD4 (or 0x051AD4) is known color: Medium Blue. HEX triplet: 05, 1A and D4. RGB value is (5,26,212). Sum of RGB (Red+Green+Blue) = 5+26+212=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 212 (83.20% from 255 or 87.24% from 243); Max value from RGB is 212 - color contains mainly: blue. Hex color #051AD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051AD4 is #FAE52B. Grayscale: #282828. Windows color (decimal): -16442668 or 13900293. OLE color: 13900293.
HSL color Cylindrical-coordinate representation of color #051AD4: hue angle of 233.91º 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 #051AD4 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 5 | 26 | 212 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.17 |
| HSL | 233.91º | 0.95% | 0.43% | - |
| HSV(B) | 233.91º | 0.98% | 0.83% | - |
| XYZ | 12.32 | 5.52 | 62.7 | - |
| YUV | 40.93 | 224.54 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 212 | 0.98 | 0.88 | 0 | 0.17 | 233.91 | 0.95 | 0.43 |
| Hex | 5 | 1A | D4 | 62 | 58 | 0 | 11 | EA | 5F | 2B |
| Octal | 5 | 32 | 324 | 142 | 130 | 0 | 21 | 352 | 137 | 53 |
| Binary | 101 | 11010 | 11010100 | 1100010 | 1011000 | 0 | 10001 | 11101010 | 1011111 | 101011 |
Color Harmonies of #051AD4
Complementary color
Monochromatic Colors of #051AD4
Black with #051AD4
Text Example
Text Example
White with #051AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051AD4; }
p { color: rgb(5,26,212); }
H1.HeaderClassName
{
color: #051AD4;
}
.AnyTagClassName
{
color: #051AD4;
}
</style>
background-color css
<style>
a { background-color: #051AD4; }
a { background-color: rgb(5,26,212); }
div.DivClassName
{
background-color: #051AD4;
}
.BgClassName
{
background-color: #051AD4;
}
</style>
border-color css
<style>
span { border-color: #051AD4; }
span { border-color: rgb(5,26,212); }
td.TdClassName
{
border-color: #051AD4;
}
.TagClassName
{
border-color: #051AD4;
}
</style>