Shades of Medium Blue #010BDD
Tints of Medium Blue #010BDD
RGB
CMYK
RGB Variations
Color information
#010BDD (or 0x010BDD) is known color: Medium Blue. HEX triplet: 01, 0B and DD. RGB value is (1,11,221). Sum of RGB (Red+Green+Blue) = 1+11+221=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 11 (4.69% from 255 or 4.72% from 233); Blue value is 221 (86.72% from 255 or 94.85% from 233); Max value from RGB is 221 - color contains mainly: blue. Hex color #010BDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010BDD is #FEF422. Grayscale: #1F1F1F. Windows color (decimal): -16708643 or 14486273. OLE color: 14486273.
HSL color Cylindrical-coordinate representation of color #010BDD: hue angle of 237.27º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010BDD is Cyan = 1.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 11 | 221 | - |
| CMYK | 1.00 | 0.95 | 0 | 0.13 |
| HSL | 237.27º | 0.99% | 0.44% | - |
| HSV(B) | 237.27º | 1% | 0.87% | - |
| XYZ | 13.18 | 5.47 | 68.77 | - |
| YUV | 31.95 | 234.69 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 11 | 221 | 1.00 | 0.95 | 0 | 0.13 | 237.27 | 0.99 | 0.44 |
| Hex | 1 | B | DD | 64 | 5F | 0 | D | ED | 63 | 2C |
| Octal | 1 | 13 | 335 | 144 | 137 | 0 | 15 | 355 | 143 | 54 |
| Binary | 1 | 1011 | 11011101 | 1100100 | 1011111 | 0 | 1101 | 11101101 | 1100011 | 101100 |
Color Harmonies of #010BDD
Complementary color
Monochromatic Colors of #010BDD
Black with #010BDD
Text Example
Text Example
White with #010BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010BDD; }
p { color: rgb(1,11,221); }
H1.HeaderClassName
{
color: #010BDD;
}
.AnyTagClassName
{
color: #010BDD;
}
</style>
background-color css
<style>
a { background-color: #010BDD; }
a { background-color: rgb(1,11,221); }
div.DivClassName
{
background-color: #010BDD;
}
.BgClassName
{
background-color: #010BDD;
}
</style>
border-color css
<style>
span { border-color: #010BDD; }
span { border-color: rgb(1,11,221); }
td.TdClassName
{
border-color: #010BDD;
}
.TagClassName
{
border-color: #010BDD;
}
</style>