Shades of Medium Blue #051CDA
Tints of Medium Blue #051CDA
RGB
CMYK
RGB Variations
Color information
#051CDA (or 0x051CDA) is known color: Medium Blue. HEX triplet: 05, 1C and DA. RGB value is (5,28,218). Sum of RGB (Red+Green+Blue) = 5+28+218=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 218 (85.55% from 255 or 86.85% from 251); Max value from RGB is 218 - color contains mainly: blue. Hex color #051CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051CDA is #FAE325. Grayscale: #2A2A2A. Windows color (decimal): -16442150 or 14294021. OLE color: 14294021.
HSL color Cylindrical-coordinate representation of color #051CDA: hue angle of 233.52º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051CDA is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 28 | 218 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.15 |
| HSL | 233.52º | 0.96% | 0.44% | - |
| HSV(B) | 233.52º | 0.98% | 0.85% | - |
| XYZ | 13.13 | 5.92 | 66.78 | - |
| YUV | 42.78 | 226.88 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 218 | 0.98 | 0.87 | 0 | 0.15 | 233.52 | 0.96 | 0.44 |
| Hex | 5 | 1C | DA | 62 | 57 | 0 | F | EA | 60 | 2C |
| Octal | 5 | 34 | 332 | 142 | 127 | 0 | 17 | 352 | 140 | 54 |
| Binary | 101 | 11100 | 11011010 | 1100010 | 1010111 | 0 | 1111 | 11101010 | 1100000 | 101100 |
Color Harmonies of #051CDA
Complementary color
Monochromatic Colors of #051CDA
Black with #051CDA
Text Example
Text Example
White with #051CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051CDA; }
p { color: rgb(5,28,218); }
H1.HeaderClassName
{
color: #051CDA;
}
.AnyTagClassName
{
color: #051CDA;
}
</style>
background-color css
<style>
a { background-color: #051CDA; }
a { background-color: rgb(5,28,218); }
div.DivClassName
{
background-color: #051CDA;
}
.BgClassName
{
background-color: #051CDA;
}
</style>
border-color css
<style>
span { border-color: #051CDA; }
span { border-color: rgb(5,28,218); }
td.TdClassName
{
border-color: #051CDA;
}
.TagClassName
{
border-color: #051CDA;
}
</style>