Shades of Medium Blue #0504CF
Tints of Medium Blue #0504CF
RGB
CMYK
RGB Variations
Color information
#0504CF (or 0x0504CF) is known color: Medium Blue. HEX triplet: 05, 04 and CF. RGB value is (5,4,207). Sum of RGB (Red+Green+Blue) = 5+4+207=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 207 (81.25% from 255 or 95.83% from 216); Max value from RGB is 207 - color contains mainly: blue. Hex color #0504CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0504CF is #FAFB30. Grayscale: #1A1A1A. Windows color (decimal): -16448305 or 13566981. OLE color: 13566981.
HSL color Cylindrical-coordinate representation of color #0504CF: hue angle of 240.3º degrees, saturation: 0.96, 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 #0504CF is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 4 | 207 | - |
| CMYK | 0.98 | 0.98 | 0 | 0.19 |
| HSL | 240.3º | 0.96% | 0.41% | - |
| HSV(B) | 240.3º | 0.98% | 0.81% | - |
| XYZ | 11.37 | 4.62 | 59.32 | - |
| YUV | 27.44 | 229.33 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 4 | 207 | 0.98 | 0.98 | 0 | 0.19 | 240.3 | 0.96 | 0.41 |
| Hex | 5 | 4 | CF | 62 | 62 | 0 | 13 | F0 | 60 | 29 |
| Octal | 5 | 4 | 317 | 142 | 142 | 0 | 23 | 360 | 140 | 51 |
| Binary | 101 | 100 | 11001111 | 1100010 | 1100010 | 0 | 10011 | 11110000 | 1100000 | 101001 |
Color Harmonies of #0504CF
Complementary color
Monochromatic Colors of #0504CF
Black with #0504CF
Text Example
Text Example
White with #0504CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0504CF; }
p { color: rgb(5,4,207); }
H1.HeaderClassName
{
color: #0504CF;
}
.AnyTagClassName
{
color: #0504CF;
}
</style>
background-color css
<style>
a { background-color: #0504CF; }
a { background-color: rgb(5,4,207); }
div.DivClassName
{
background-color: #0504CF;
}
.BgClassName
{
background-color: #0504CF;
}
</style>
border-color css
<style>
span { border-color: #0504CF; }
span { border-color: rgb(5,4,207); }
td.TdClassName
{
border-color: #0504CF;
}
.TagClassName
{
border-color: #0504CF;
}
</style>