Shades of Medium Blue #000BDF
Tints of Medium Blue #000BDF
RGB
CMYK
RGB Variations
Color information
#000BDF (or 0x000BDF) is known color: Medium Blue. HEX triplet: 00, 0B and DF. RGB value is (0,11,223). Sum of RGB (Red+Green+Blue) = 0+11+223=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 223 (87.5% from 255 or 95.30% from 234); Max value from RGB is 223 - color contains mainly: blue. Hex color #000BDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000BDF is #FFF420. Grayscale: #1F1F1F. Windows color (decimal): -16774177 or 14617344. OLE color: 14617344.
HSL color Cylindrical-coordinate representation of color #000BDF: hue angle of 237.04º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000BDF is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 11 | 223 | - |
| CMYK | 1 | 0.95 | 0 | 0.13 |
| HSL | 237.04º | 1% | 0.44% | - |
| HSV(B) | 237.04º | 1% | 0.87% | - |
| XYZ | 13.44 | 5.57 | 70.18 | - |
| YUV | 31.88 | 235.86 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 223 | 1 | 0.95 | 0 | 0.13 | 237.04 | 1 | 0.44 |
| Hex | 0 | B | DF | 64 | 5F | 0 | D | ED | 64 | 2C |
| Octal | 0 | 13 | 337 | 144 | 137 | 0 | 15 | 355 | 144 | 54 |
| Binary | 0 | 1011 | 11011111 | 1100100 | 1011111 | 0 | 1101 | 11101101 | 1100100 | 101100 |
Color Harmonies of #000BDF
Complementary color
Monochromatic Colors of #000BDF
Black with #000BDF
Text Example
Text Example
White with #000BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000BDF; }
p { color: rgb(0,11,223); }
H1.HeaderClassName
{
color: #000BDF;
}
.AnyTagClassName
{
color: #000BDF;
}
</style>
background-color css
<style>
a { background-color: #000BDF; }
a { background-color: rgb(0,11,223); }
div.DivClassName
{
background-color: #000BDF;
}
.BgClassName
{
background-color: #000BDF;
}
</style>
border-color css
<style>
span { border-color: #000BDF; }
span { border-color: rgb(0,11,223); }
td.TdClassName
{
border-color: #000BDF;
}
.TagClassName
{
border-color: #000BDF;
}
</style>