Shades of Medium Blue #0700BD
Tints of Medium Blue #0700BD
RGB
CMYK
RGB Variations
Color information
#0700BD (or 0x0700BD) is known color: Medium Blue. HEX triplet: 07, 00 and BD. RGB value is (7,0,189). Sum of RGB (Red+Green+Blue) = 7+0+189=196 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.57% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 189 (74.22% from 255 or 96.43% from 196); Max value from RGB is 189 - color contains mainly: blue. Hex color #0700BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0700BD is #F8FF42. Grayscale: #161616. Windows color (decimal): -16318275 or 12386311. OLE color: 12386311.
HSL color Cylindrical-coordinate representation of color #0700BD: hue angle of 242.22º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0700BD is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 0 | 189 | - |
| CMYK | 0.96 | 1 | 0 | 0.26 |
| HSL | 242.22º | 1% | 0.37% | - |
| HSV(B) | 242.22º | 1% | 0.74% | - |
| XYZ | 9.27 | 3.72 | 48.37 | - |
| YUV | 23.64 | 221.32 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 189 | 0.96 | 1 | 0 | 0.26 | 242.22 | 1 | 0.37 |
| Hex | 7 | 0 | BD | 60 | 64 | 0 | 1A | F2 | 64 | 25 |
| Octal | 7 | 0 | 275 | 140 | 144 | 0 | 32 | 362 | 144 | 45 |
| Binary | 111 | 0 | 10111101 | 1100000 | 1100100 | 0 | 11010 | 11110010 | 1100100 | 100101 |
Color Harmonies of #0700BD
Complementary color
Monochromatic Colors of #0700BD
Black with #0700BD
Text Example
Text Example
White with #0700BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0700BD; }
p { color: rgb(7,0,189); }
H1.HeaderClassName
{
color: #0700BD;
}
.AnyTagClassName
{
color: #0700BD;
}
</style>
background-color css
<style>
a { background-color: #0700BD; }
a { background-color: rgb(7,0,189); }
div.DivClassName
{
background-color: #0700BD;
}
.BgClassName
{
background-color: #0700BD;
}
</style>
border-color css
<style>
span { border-color: #0700BD; }
span { border-color: rgb(7,0,189); }
td.TdClassName
{
border-color: #0700BD;
}
.TagClassName
{
border-color: #0700BD;
}
</style>