Shades of Medium Blue #0503CF
Tints of Medium Blue #0503CF
RGB
CMYK
RGB Variations
Color information
#0503CF (or 0x0503CF) is known color: Medium Blue. HEX triplet: 05, 03 and CF. RGB value is (5,3,207). Sum of RGB (Red+Green+Blue) = 5+3+207=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 207 (81.25% from 255 or 96.28% from 215); Max value from RGB is 207 - color contains mainly: blue. Hex color #0503CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0503CF is #FAFC30. Grayscale: #1A1A1A. Windows color (decimal): -16448561 or 13566725. OLE color: 13566725.
HSL color Cylindrical-coordinate representation of color #0503CF: hue angle of 240.59º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0503CF is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 3 | 207 | - |
| CMYK | 0.98 | 0.99 | 0 | 0.19 |
| HSL | 240.59º | 0.97% | 0.41% | - |
| HSV(B) | 240.59º | 0.99% | 0.81% | - |
| XYZ | 11.36 | 4.6 | 59.32 | - |
| YUV | 26.85 | 229.66 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 3 | 207 | 0.98 | 0.99 | 0 | 0.19 | 240.59 | 0.97 | 0.41 |
| Hex | 5 | 3 | CF | 62 | 63 | 0 | 13 | F1 | 61 | 29 |
| Octal | 5 | 3 | 317 | 142 | 143 | 0 | 23 | 361 | 141 | 51 |
| Binary | 101 | 11 | 11001111 | 1100010 | 1100011 | 0 | 10011 | 11110001 | 1100001 | 101001 |
Color Harmonies of #0503CF
Complementary color
Monochromatic Colors of #0503CF
Black with #0503CF
Text Example
Text Example
White with #0503CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0503CF; }
p { color: rgb(5,3,207); }
H1.HeaderClassName
{
color: #0503CF;
}
.AnyTagClassName
{
color: #0503CF;
}
</style>
background-color css
<style>
a { background-color: #0503CF; }
a { background-color: rgb(5,3,207); }
div.DivClassName
{
background-color: #0503CF;
}
.BgClassName
{
background-color: #0503CF;
}
</style>
border-color css
<style>
span { border-color: #0503CF; }
span { border-color: rgb(5,3,207); }
td.TdClassName
{
border-color: #0503CF;
}
.TagClassName
{
border-color: #0503CF;
}
</style>