Shades of Medium Blue #0701BD
Tints of Medium Blue #0701BD
RGB
CMYK
RGB Variations
Color information
#0701BD (or 0x0701BD) is known color: Medium Blue. HEX triplet: 07, 01 and BD. RGB value is (7,1,189). Sum of RGB (Red+Green+Blue) = 7+1+189=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 189 (74.22% from 255 or 95.94% from 197); Max value from RGB is 189 - color contains mainly: blue. Hex color #0701BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0701BD is #F8FE42. Grayscale: #171717. Windows color (decimal): -16318019 or 12386567. OLE color: 12386567.
HSL color Cylindrical-coordinate representation of color #0701BD: hue angle of 241.91º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0701BD is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 1 | 189 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.26 |
| HSL | 241.91º | 0.99% | 0.37% | - |
| HSV(B) | 241.91º | 0.99% | 0.74% | - |
| XYZ | 9.28 | 3.74 | 48.38 | - |
| YUV | 24.23 | 220.99 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 1 | 189 | 0.96 | 0.99 | 0 | 0.26 | 241.91 | 0.99 | 0.37 |
| Hex | 7 | 1 | BD | 60 | 63 | 0 | 1A | F2 | 63 | 25 |
| Octal | 7 | 1 | 275 | 140 | 143 | 0 | 32 | 362 | 143 | 45 |
| Binary | 111 | 1 | 10111101 | 1100000 | 1100011 | 0 | 11010 | 11110010 | 1100011 | 100101 |
Color Harmonies of #0701BD
Complementary color
Monochromatic Colors of #0701BD
Black with #0701BD
Text Example
Text Example
White with #0701BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0701BD; }
p { color: rgb(7,1,189); }
H1.HeaderClassName
{
color: #0701BD;
}
.AnyTagClassName
{
color: #0701BD;
}
</style>
background-color css
<style>
a { background-color: #0701BD; }
a { background-color: rgb(7,1,189); }
div.DivClassName
{
background-color: #0701BD;
}
.BgClassName
{
background-color: #0701BD;
}
</style>
border-color css
<style>
span { border-color: #0701BD; }
span { border-color: rgb(7,1,189); }
td.TdClassName
{
border-color: #0701BD;
}
.TagClassName
{
border-color: #0701BD;
}
</style>