Shades of Medium Blue #051CDE
Tints of Medium Blue #051CDE
RGB
CMYK
RGB Variations
Color information
#051CDE (or 0x051CDE) is known color: Medium Blue. HEX triplet: 05, 1C and DE. RGB value is (5,28,222). Sum of RGB (Red+Green+Blue) = 5+28+222=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 222 (87.11% from 255 or 87.06% from 255); Max value from RGB is 222 - color contains mainly: blue. Hex color #051CDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051CDE is #FAE321. Grayscale: #2A2A2A. Windows color (decimal): -16442146 or 14556165. OLE color: 14556165.
HSL color Cylindrical-coordinate representation of color #051CDE: hue angle of 233.64º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051CDE is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 28 | 222 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.13 |
| HSL | 233.64º | 0.96% | 0.45% | - |
| HSV(B) | 233.64º | 0.98% | 0.87% | - |
| XYZ | 13.66 | 6.14 | 69.57 | - |
| YUV | 43.24 | 228.88 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 222 | 0.98 | 0.87 | 0 | 0.13 | 233.64 | 0.96 | 0.45 |
| Hex | 5 | 1C | DE | 62 | 57 | 0 | D | EA | 60 | 2D |
| Octal | 5 | 34 | 336 | 142 | 127 | 0 | 15 | 352 | 140 | 55 |
| Binary | 101 | 11100 | 11011110 | 1100010 | 1010111 | 0 | 1101 | 11101010 | 1100000 | 101101 |
Color Harmonies of #051CDE
Complementary color
Monochromatic Colors of #051CDE
Black with #051CDE
Text Example
Text Example
White with #051CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051CDE; }
p { color: rgb(5,28,222); }
H1.HeaderClassName
{
color: #051CDE;
}
.AnyTagClassName
{
color: #051CDE;
}
</style>
background-color css
<style>
a { background-color: #051CDE; }
a { background-color: rgb(5,28,222); }
div.DivClassName
{
background-color: #051CDE;
}
.BgClassName
{
background-color: #051CDE;
}
</style>
border-color css
<style>
span { border-color: #051CDE; }
span { border-color: rgb(5,28,222); }
td.TdClassName
{
border-color: #051CDE;
}
.TagClassName
{
border-color: #051CDE;
}
</style>