Shades of Medium Blue #0700BE
Tints of Medium Blue #0700BE
RGB
CMYK
RGB Variations
Color information
#0700BE (or 0x0700BE) is known color: Medium Blue. HEX triplet: 07, 00 and BE. RGB value is (7,0,190). Sum of RGB (Red+Green+Blue) = 7+0+190=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 190 (74.61% from 255 or 96.45% from 197); Max value from RGB is 190 - color contains mainly: blue. Hex color #0700BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0700BE is #F8FF41. Grayscale: #171717. Windows color (decimal): -16318274 or 12451847. OLE color: 12451847.
HSL color Cylindrical-coordinate representation of color #0700BE: hue angle of 242.21º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0700BE is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 0 | 190 | - |
| CMYK | 0.96 | 1 | 0 | 0.25 |
| HSL | 242.21º | 1% | 0.37% | - |
| HSV(B) | 242.21º | 1% | 0.75% | - |
| XYZ | 9.38 | 3.76 | 48.95 | - |
| YUV | 23.75 | 221.82 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 190 | 0.96 | 1 | 0 | 0.25 | 242.21 | 1 | 0.37 |
| Hex | 7 | 0 | BE | 60 | 64 | 0 | 19 | F2 | 64 | 25 |
| Octal | 7 | 0 | 276 | 140 | 144 | 0 | 31 | 362 | 144 | 45 |
| Binary | 111 | 0 | 10111110 | 1100000 | 1100100 | 0 | 11001 | 11110010 | 1100100 | 100101 |
Color Harmonies of #0700BE
Complementary color
Monochromatic Colors of #0700BE
Black with #0700BE
Text Example
Text Example
White with #0700BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0700BE; }
p { color: rgb(7,0,190); }
H1.HeaderClassName
{
color: #0700BE;
}
.AnyTagClassName
{
color: #0700BE;
}
</style>
background-color css
<style>
a { background-color: #0700BE; }
a { background-color: rgb(7,0,190); }
div.DivClassName
{
background-color: #0700BE;
}
.BgClassName
{
background-color: #0700BE;
}
</style>
border-color css
<style>
span { border-color: #0700BE; }
span { border-color: rgb(7,0,190); }
td.TdClassName
{
border-color: #0700BE;
}
.TagClassName
{
border-color: #0700BE;
}
</style>