Shades of Medium Blue #051CDD
Tints of Medium Blue #051CDD
RGB
CMYK
RGB Variations
Color information
#051CDD (or 0x051CDD) is known color: Medium Blue. HEX triplet: 05, 1C and DD. RGB value is (5,28,221). Sum of RGB (Red+Green+Blue) = 5+28+221=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 221 (86.72% from 255 or 87.01% from 254); Max value from RGB is 221 - color contains mainly: blue. Hex color #051CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051CDD is #FAE322. Grayscale: #2A2A2A. Windows color (decimal): -16442147 or 14490629. OLE color: 14490629.
HSL color Cylindrical-coordinate representation of color #051CDD: hue angle of 233.61º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051CDD is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 28 | 221 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.13 |
| HSL | 233.61º | 0.96% | 0.44% | - |
| HSV(B) | 233.61º | 0.98% | 0.87% | - |
| XYZ | 13.53 | 6.08 | 68.87 | - |
| YUV | 43.13 | 228.38 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 221 | 0.98 | 0.87 | 0 | 0.13 | 233.61 | 0.96 | 0.44 |
| Hex | 5 | 1C | DD | 62 | 57 | 0 | D | EA | 60 | 2C |
| Octal | 5 | 34 | 335 | 142 | 127 | 0 | 15 | 352 | 140 | 54 |
| Binary | 101 | 11100 | 11011101 | 1100010 | 1010111 | 0 | 1101 | 11101010 | 1100000 | 101100 |
Color Harmonies of #051CDD
Complementary color
Monochromatic Colors of #051CDD
Black with #051CDD
Text Example
Text Example
White with #051CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051CDD; }
p { color: rgb(5,28,221); }
H1.HeaderClassName
{
color: #051CDD;
}
.AnyTagClassName
{
color: #051CDD;
}
</style>
background-color css
<style>
a { background-color: #051CDD; }
a { background-color: rgb(5,28,221); }
div.DivClassName
{
background-color: #051CDD;
}
.BgClassName
{
background-color: #051CDD;
}
</style>
border-color css
<style>
span { border-color: #051CDD; }
span { border-color: rgb(5,28,221); }
td.TdClassName
{
border-color: #051CDD;
}
.TagClassName
{
border-color: #051CDD;
}
</style>