Shades of Medium Blue #0510CE
Tints of Medium Blue #0510CE
RGB
CMYK
RGB Variations
Color information
#0510CE (or 0x0510CE) is known color: Medium Blue. HEX triplet: 05, 10 and CE. RGB value is (5,16,206). Sum of RGB (Red+Green+Blue) = 5+16+206=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 206 (80.86% from 255 or 90.75% from 227); Max value from RGB is 206 - color contains mainly: blue. Hex color #0510CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0510CE is #FAEF31. Grayscale: #212121. Windows color (decimal): -16445234 or 13504517. OLE color: 13504517.
HSL color Cylindrical-coordinate representation of color #0510CE: hue angle of 236.72º 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 #0510CE is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 16 | 206 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.19 |
| HSL | 236.72º | 0.95% | 0.41% | - |
| HSV(B) | 236.72º | 0.98% | 0.81% | - |
| XYZ | 11.39 | 4.86 | 58.73 | - |
| YUV | 34.37 | 224.86 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 206 | 0.98 | 0.92 | 0 | 0.19 | 236.72 | 0.95 | 0.41 |
| Hex | 5 | 10 | CE | 62 | 5C | 0 | 13 | ED | 5F | 29 |
| Octal | 5 | 20 | 316 | 142 | 134 | 0 | 23 | 355 | 137 | 51 |
| Binary | 101 | 10000 | 11001110 | 1100010 | 1011100 | 0 | 10011 | 11101101 | 1011111 | 101001 |
Color Harmonies of #0510CE
Complementary color
Monochromatic Colors of #0510CE
Black with #0510CE
Text Example
Text Example
White with #0510CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0510CE; }
p { color: rgb(5,16,206); }
H1.HeaderClassName
{
color: #0510CE;
}
.AnyTagClassName
{
color: #0510CE;
}
</style>
background-color css
<style>
a { background-color: #0510CE; }
a { background-color: rgb(5,16,206); }
div.DivClassName
{
background-color: #0510CE;
}
.BgClassName
{
background-color: #0510CE;
}
</style>
border-color css
<style>
span { border-color: #0510CE; }
span { border-color: rgb(5,16,206); }
td.TdClassName
{
border-color: #0510CE;
}
.TagClassName
{
border-color: #0510CE;
}
</style>