Shades of Medium Blue #0507CF
Tints of Medium Blue #0507CF
RGB
CMYK
RGB Variations
Color information
#0507CF (or 0x0507CF) is known color: Medium Blue. HEX triplet: 05, 07 and CF. RGB value is (5,7,207). Sum of RGB (Red+Green+Blue) = 5+7+207=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 207 (81.25% from 255 or 94.52% from 219); Max value from RGB is 207 - color contains mainly: blue. Hex color #0507CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0507CF is #FAF830. Grayscale: #1C1C1C. Windows color (decimal): -16447537 or 13567749. OLE color: 13567749.
HSL color Cylindrical-coordinate representation of color #0507CF: hue angle of 239.41º 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 #0507CF is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 7 | 207 | - |
| CMYK | 0.98 | 0.97 | 0 | 0.19 |
| HSL | 239.41º | 0.95% | 0.42% | - |
| HSV(B) | 239.41º | 0.98% | 0.81% | - |
| XYZ | 11.4 | 4.69 | 59.34 | - |
| YUV | 29.2 | 228.34 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 7 | 207 | 0.98 | 0.97 | 0 | 0.19 | 239.41 | 0.95 | 0.42 |
| Hex | 5 | 7 | CF | 62 | 61 | 0 | 13 | EF | 5F | 2A |
| Octal | 5 | 7 | 317 | 142 | 141 | 0 | 23 | 357 | 137 | 52 |
| Binary | 101 | 111 | 11001111 | 1100010 | 1100001 | 0 | 10011 | 11101111 | 1011111 | 101010 |
Color Harmonies of #0507CF
Complementary color
Monochromatic Colors of #0507CF
Black with #0507CF
Text Example
Text Example
White with #0507CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0507CF; }
p { color: rgb(5,7,207); }
H1.HeaderClassName
{
color: #0507CF;
}
.AnyTagClassName
{
color: #0507CF;
}
</style>
background-color css
<style>
a { background-color: #0507CF; }
a { background-color: rgb(5,7,207); }
div.DivClassName
{
background-color: #0507CF;
}
.BgClassName
{
background-color: #0507CF;
}
</style>
border-color css
<style>
span { border-color: #0507CF; }
span { border-color: rgb(5,7,207); }
td.TdClassName
{
border-color: #0507CF;
}
.TagClassName
{
border-color: #0507CF;
}
</style>