Shades of Medium Blue #010ADF
Tints of Medium Blue #010ADF
RGB
CMYK
RGB Variations
Color information
#010ADF (or 0x010ADF) is known color: Medium Blue. HEX triplet: 01, 0A and DF. RGB value is (1,10,223). Sum of RGB (Red+Green+Blue) = 1+10+223=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 10 (4.30% from 255 or 4.27% 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 #010ADF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010ADF is #FEF520. Grayscale: #1E1E1E. Windows color (decimal): -16708897 or 14617089. OLE color: 14617089.
HSL color Cylindrical-coordinate representation of color #010ADF: hue angle of 237.57º 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 #010ADF is Cyan = 1.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 10 | 223 | - |
| CMYK | 1.00 | 0.96 | 0 | 0.13 |
| HSL | 237.57º | 0.99% | 0.44% | - |
| HSV(B) | 237.57º | 1% | 0.87% | - |
| XYZ | 13.44 | 5.55 | 70.18 | - |
| YUV | 31.59 | 236.02 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 223 | 1.00 | 0.96 | 0 | 0.13 | 237.57 | 0.99 | 0.44 |
| Hex | 1 | A | DF | 64 | 60 | 0 | D | EE | 63 | 2C |
| Octal | 1 | 12 | 337 | 144 | 140 | 0 | 15 | 356 | 143 | 54 |
| Binary | 1 | 1010 | 11011111 | 1100100 | 1100000 | 0 | 1101 | 11101110 | 1100011 | 101100 |
Color Harmonies of #010ADF
Complementary color
Monochromatic Colors of #010ADF
Black with #010ADF
Text Example
Text Example
White with #010ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010ADF; }
p { color: rgb(1,10,223); }
H1.HeaderClassName
{
color: #010ADF;
}
.AnyTagClassName
{
color: #010ADF;
}
</style>
background-color css
<style>
a { background-color: #010ADF; }
a { background-color: rgb(1,10,223); }
div.DivClassName
{
background-color: #010ADF;
}
.BgClassName
{
background-color: #010ADF;
}
</style>
border-color css
<style>
span { border-color: #010ADF; }
span { border-color: rgb(1,10,223); }
td.TdClassName
{
border-color: #010ADF;
}
.TagClassName
{
border-color: #010ADF;
}
</style>