Shades of Medium Blue #051ECE
Tints of Medium Blue #051ECE
RGB
CMYK
RGB Variations
Color information
#051ECE (or 0x051ECE) is known color: Medium Blue. HEX triplet: 05, 1E and CE. RGB value is (5,30,206). Sum of RGB (Red+Green+Blue) = 5+30+206=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 206 (80.86% from 255 or 85.48% from 241); Max value from RGB is 206 - color contains mainly: blue. Hex color #051ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051ECE is #FAE131. Grayscale: #292929. Windows color (decimal): -16441650 or 13508101. OLE color: 13508101.
HSL color Cylindrical-coordinate representation of color #051ECE: hue angle of 232.54º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051ECE is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 30 | 206 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.19 |
| HSL | 232.54º | 0.95% | 0.41% | - |
| HSV(B) | 232.54º | 0.98% | 0.81% | - |
| XYZ | 11.67 | 5.42 | 58.82 | - |
| YUV | 42.59 | 220.22 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 30 | 206 | 0.98 | 0.85 | 0 | 0.19 | 232.54 | 0.95 | 0.41 |
| Hex | 5 | 1E | CE | 62 | 55 | 0 | 13 | E9 | 5F | 29 |
| Octal | 5 | 36 | 316 | 142 | 125 | 0 | 23 | 351 | 137 | 51 |
| Binary | 101 | 11110 | 11001110 | 1100010 | 1010101 | 0 | 10011 | 11101001 | 1011111 | 101001 |
Color Harmonies of #051ECE
Complementary color
Monochromatic Colors of #051ECE
Black with #051ECE
Text Example
Text Example
White with #051ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051ECE; }
p { color: rgb(5,30,206); }
H1.HeaderClassName
{
color: #051ECE;
}
.AnyTagClassName
{
color: #051ECE;
}
</style>
background-color css
<style>
a { background-color: #051ECE; }
a { background-color: rgb(5,30,206); }
div.DivClassName
{
background-color: #051ECE;
}
.BgClassName
{
background-color: #051ECE;
}
</style>
border-color css
<style>
span { border-color: #051ECE; }
span { border-color: rgb(5,30,206); }
td.TdClassName
{
border-color: #051ECE;
}
.TagClassName
{
border-color: #051ECE;
}
</style>