Shades of Medium Blue #051BD2
Tints of Medium Blue #051BD2
RGB
CMYK
RGB Variations
Color information
#051BD2 (or 0x051BD2) is known color: Medium Blue. HEX triplet: 05, 1B and D2. RGB value is (5,27,210). Sum of RGB (Red+Green+Blue) = 5+27+210=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 210 (82.42% from 255 or 86.78% from 242); Max value from RGB is 210 - color contains mainly: blue. Hex color #051BD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051BD2 is #FAE42D. Grayscale: #282828. Windows color (decimal): -16442414 or 13769477. OLE color: 13769477.
HSL color Cylindrical-coordinate representation of color #051BD2: hue angle of 233.56º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051BD2 is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 27 | 210 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.18 |
| HSL | 233.56º | 0.95% | 0.42% | - |
| HSV(B) | 233.56º | 0.98% | 0.82% | - |
| XYZ | 12.09 | 5.47 | 61.39 | - |
| YUV | 41.28 | 223.21 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 210 | 0.98 | 0.87 | 0 | 0.18 | 233.56 | 0.95 | 0.42 |
| Hex | 5 | 1B | D2 | 62 | 57 | 0 | 12 | EA | 5F | 2A |
| Octal | 5 | 33 | 322 | 142 | 127 | 0 | 22 | 352 | 137 | 52 |
| Binary | 101 | 11011 | 11010010 | 1100010 | 1010111 | 0 | 10010 | 11101010 | 1011111 | 101010 |
Color Harmonies of #051BD2
Complementary color
Monochromatic Colors of #051BD2
Black with #051BD2
Text Example
Text Example
White with #051BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051BD2; }
p { color: rgb(5,27,210); }
H1.HeaderClassName
{
color: #051BD2;
}
.AnyTagClassName
{
color: #051BD2;
}
</style>
background-color css
<style>
a { background-color: #051BD2; }
a { background-color: rgb(5,27,210); }
div.DivClassName
{
background-color: #051BD2;
}
.BgClassName
{
background-color: #051BD2;
}
</style>
border-color css
<style>
span { border-color: #051BD2; }
span { border-color: rgb(5,27,210); }
td.TdClassName
{
border-color: #051BD2;
}
.TagClassName
{
border-color: #051BD2;
}
</style>