Shades of Medium Blue #0510D2
Tints of Medium Blue #0510D2
RGB
CMYK
RGB Variations
Color information
#0510D2 (or 0x0510D2) is known color: Medium Blue. HEX triplet: 05, 10 and D2. RGB value is (5,16,210). Sum of RGB (Red+Green+Blue) = 5+16+210=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 210 (82.42% from 255 or 90.91% from 231); Max value from RGB is 210 - color contains mainly: blue. Hex color #0510D2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0510D2 is #FAEF2D. Grayscale: #222222. Windows color (decimal): -16445230 or 13766661. OLE color: 13766661.
HSL color Cylindrical-coordinate representation of color #0510D2: hue angle of 236.78º 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 #0510D2 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 16 | 210 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.18 |
| HSL | 236.78º | 0.95% | 0.42% | - |
| HSV(B) | 236.78º | 0.98% | 0.82% | - |
| XYZ | 11.88 | 5.06 | 61.32 | - |
| YUV | 34.83 | 226.86 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 210 | 0.98 | 0.92 | 0 | 0.18 | 236.78 | 0.95 | 0.42 |
| Hex | 5 | 10 | D2 | 62 | 5C | 0 | 12 | ED | 5F | 2A |
| Octal | 5 | 20 | 322 | 142 | 134 | 0 | 22 | 355 | 137 | 52 |
| Binary | 101 | 10000 | 11010010 | 1100010 | 1011100 | 0 | 10010 | 11101101 | 1011111 | 101010 |
Color Harmonies of #0510D2
Complementary color
Monochromatic Colors of #0510D2
Black with #0510D2
Text Example
Text Example
White with #0510D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0510D2; }
p { color: rgb(5,16,210); }
H1.HeaderClassName
{
color: #0510D2;
}
.AnyTagClassName
{
color: #0510D2;
}
</style>
background-color css
<style>
a { background-color: #0510D2; }
a { background-color: rgb(5,16,210); }
div.DivClassName
{
background-color: #0510D2;
}
.BgClassName
{
background-color: #0510D2;
}
</style>
border-color css
<style>
span { border-color: #0510D2; }
span { border-color: rgb(5,16,210); }
td.TdClassName
{
border-color: #0510D2;
}
.TagClassName
{
border-color: #0510D2;
}
</style>