Shades of Medium Blue #0501CF
Tints of Medium Blue #0501CF
RGB
CMYK
RGB Variations
Color information
#0501CF (or 0x0501CF) is known color: Medium Blue. HEX triplet: 05, 01 and CF. RGB value is (5,1,207). Sum of RGB (Red+Green+Blue) = 5+1+207=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 207 (81.25% from 255 or 97.18% from 213); Max value from RGB is 207 - color contains mainly: blue. Hex color #0501CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0501CF is #FAFE30. Grayscale: #181818. Windows color (decimal): -16449073 or 13566213. OLE color: 13566213.
HSL color Cylindrical-coordinate representation of color #0501CF: hue angle of 241.17º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0501CF is Cyan = 0.98, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 1 | 207 | - |
| CMYK | 0.98 | 1.00 | 0 | 0.19 |
| HSL | 241.17º | 0.99% | 0.41% | - |
| HSV(B) | 241.17º | 1% | 0.81% | - |
| XYZ | 11.34 | 4.56 | 59.31 | - |
| YUV | 25.68 | 230.33 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 207 | 0.98 | 1.00 | 0 | 0.19 | 241.17 | 0.99 | 0.41 |
| Hex | 5 | 1 | CF | 62 | 64 | 0 | 13 | F1 | 63 | 29 |
| Octal | 5 | 1 | 317 | 142 | 144 | 0 | 23 | 361 | 143 | 51 |
| Binary | 101 | 1 | 11001111 | 1100010 | 1100100 | 0 | 10011 | 11110001 | 1100011 | 101001 |
Color Harmonies of #0501CF
Complementary color
Monochromatic Colors of #0501CF
Black with #0501CF
Text Example
Text Example
White with #0501CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0501CF; }
p { color: rgb(5,1,207); }
H1.HeaderClassName
{
color: #0501CF;
}
.AnyTagClassName
{
color: #0501CF;
}
</style>
background-color css
<style>
a { background-color: #0501CF; }
a { background-color: rgb(5,1,207); }
div.DivClassName
{
background-color: #0501CF;
}
.BgClassName
{
background-color: #0501CF;
}
</style>
border-color css
<style>
span { border-color: #0501CF; }
span { border-color: rgb(5,1,207); }
td.TdClassName
{
border-color: #0501CF;
}
.TagClassName
{
border-color: #0501CF;
}
</style>