Shades of Medium Blue #010ADD
Tints of Medium Blue #010ADD
RGB
CMYK
RGB Variations
Color information
#010ADD (or 0x010ADD) is known color: Medium Blue. HEX triplet: 01, 0A and DD. RGB value is (1,10,221). Sum of RGB (Red+Green+Blue) = 1+10+221=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 221 (86.72% from 255 or 95.26% from 232); Max value from RGB is 221 - color contains mainly: blue. Hex color #010ADD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010ADD is #FEF522. Grayscale: #1E1E1E. Windows color (decimal): -16708899 or 14486017. OLE color: 14486017.
HSL color Cylindrical-coordinate representation of color #010ADD: hue angle of 237.55º 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 #010ADD is Cyan = 1.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 10 | 221 | - |
| CMYK | 1.00 | 0.95 | 0 | 0.13 |
| HSL | 237.55º | 0.99% | 0.44% | - |
| HSV(B) | 237.55º | 1% | 0.87% | - |
| XYZ | 13.17 | 5.44 | 68.76 | - |
| YUV | 31.36 | 235.02 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 221 | 1.00 | 0.95 | 0 | 0.13 | 237.55 | 0.99 | 0.44 |
| Hex | 1 | A | DD | 64 | 5F | 0 | D | EE | 63 | 2C |
| Octal | 1 | 12 | 335 | 144 | 137 | 0 | 15 | 356 | 143 | 54 |
| Binary | 1 | 1010 | 11011101 | 1100100 | 1011111 | 0 | 1101 | 11101110 | 1100011 | 101100 |
Color Harmonies of #010ADD
Complementary color
Monochromatic Colors of #010ADD
Black with #010ADD
Text Example
Text Example
White with #010ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010ADD; }
p { color: rgb(1,10,221); }
H1.HeaderClassName
{
color: #010ADD;
}
.AnyTagClassName
{
color: #010ADD;
}
</style>
background-color css
<style>
a { background-color: #010ADD; }
a { background-color: rgb(1,10,221); }
div.DivClassName
{
background-color: #010ADD;
}
.BgClassName
{
background-color: #010ADD;
}
</style>
border-color css
<style>
span { border-color: #010ADD; }
span { border-color: rgb(1,10,221); }
td.TdClassName
{
border-color: #010ADD;
}
.TagClassName
{
border-color: #010ADD;
}
</style>