Shades of Medium Blue #051CE5
Tints of Medium Blue #051CE5
RGB
CMYK
RGB Variations
Color information
#051CE5 (or 0x051CE5) is known color: Medium Blue. HEX triplet: 05, 1C and E5. RGB value is (5,28,229). Sum of RGB (Red+Green+Blue) = 5+28+229=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 229 (89.84% from 255 or 87.40% from 262); Max value from RGB is 229 - color contains mainly: blue. Hex color #051CE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051CE5 is #FAE31A. Grayscale: #2B2B2B. Windows color (decimal): -16442139 or 15014917. OLE color: 15014917.
HSL color Cylindrical-coordinate representation of color #051CE5: hue angle of 233.84º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051CE5 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 28 | 229 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.10 |
| HSL | 233.84º | 0.96% | 0.46% | - |
| HSV(B) | 233.84º | 0.98% | 0.9% | - |
| XYZ | 14.62 | 6.52 | 74.62 | - |
| YUV | 44.04 | 232.38 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 229 | 0.98 | 0.88 | 0 | 0.10 | 233.84 | 0.96 | 0.46 |
| Hex | 5 | 1C | E5 | 62 | 58 | 0 | A | EA | 60 | 2E |
| Octal | 5 | 34 | 345 | 142 | 130 | 0 | 12 | 352 | 140 | 56 |
| Binary | 101 | 11100 | 11100101 | 1100010 | 1011000 | 0 | 1010 | 11101010 | 1100000 | 101110 |
Color Harmonies of #051CE5
Complementary color
Monochromatic Colors of #051CE5
Black with #051CE5
Text Example
Text Example
White with #051CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051CE5; }
p { color: rgb(5,28,229); }
H1.HeaderClassName
{
color: #051CE5;
}
.AnyTagClassName
{
color: #051CE5;
}
</style>
background-color css
<style>
a { background-color: #051CE5; }
a { background-color: rgb(5,28,229); }
div.DivClassName
{
background-color: #051CE5;
}
.BgClassName
{
background-color: #051CE5;
}
</style>
border-color css
<style>
span { border-color: #051CE5; }
span { border-color: rgb(5,28,229); }
td.TdClassName
{
border-color: #051CE5;
}
.TagClassName
{
border-color: #051CE5;
}
</style>