Shades of Medium Blue #0510CF
Tints of Medium Blue #0510CF
RGB
CMYK
RGB Variations
Color information
#0510CF (or 0x0510CF) is known color: Medium Blue. HEX triplet: 05, 10 and CF. RGB value is (5,16,207). Sum of RGB (Red+Green+Blue) = 5+16+207=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 207 (81.25% from 255 or 90.79% from 228); Max value from RGB is 207 - color contains mainly: blue. Hex color #0510CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0510CF is #FAEF30. Grayscale: #212121. Windows color (decimal): -16445233 or 13570053. OLE color: 13570053.
HSL color Cylindrical-coordinate representation of color #0510CF: hue angle of 236.73º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0510CF is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 16 | 207 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.19 |
| HSL | 236.73º | 0.95% | 0.42% | - |
| HSV(B) | 236.73º | 0.98% | 0.81% | - |
| XYZ | 11.51 | 4.91 | 59.37 | - |
| YUV | 34.49 | 225.36 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 207 | 0.98 | 0.92 | 0 | 0.19 | 236.73 | 0.95 | 0.42 |
| Hex | 5 | 10 | CF | 62 | 5C | 0 | 13 | ED | 5F | 2A |
| Octal | 5 | 20 | 317 | 142 | 134 | 0 | 23 | 355 | 137 | 52 |
| Binary | 101 | 10000 | 11001111 | 1100010 | 1011100 | 0 | 10011 | 11101101 | 1011111 | 101010 |
Color Harmonies of #0510CF
Complementary color
Monochromatic Colors of #0510CF
Black with #0510CF
Text Example
Text Example
White with #0510CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0510CF; }
p { color: rgb(5,16,207); }
H1.HeaderClassName
{
color: #0510CF;
}
.AnyTagClassName
{
color: #0510CF;
}
</style>
background-color css
<style>
a { background-color: #0510CF; }
a { background-color: rgb(5,16,207); }
div.DivClassName
{
background-color: #0510CF;
}
.BgClassName
{
background-color: #0510CF;
}
</style>
border-color css
<style>
span { border-color: #0510CF; }
span { border-color: rgb(5,16,207); }
td.TdClassName
{
border-color: #0510CF;
}
.TagClassName
{
border-color: #0510CF;
}
</style>