Shades of Blue #010DFF
Tints of Blue #010DFF
RGB
CMYK
RGB Variations
Color information
#010DFF (or 0x010DFF) is known color: Blue. HEX triplet: 01, 0D and FF. RGB value is (1,13,255). Sum of RGB (Red+Green+Blue) = 1+13+255=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 255 (100% from 255 or 94.80% from 269); Max value from RGB is 255 - color contains mainly: blue. Hex color #010DFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010DFF is #FEF200. Grayscale: #242424. Windows color (decimal): -16708097 or 16715009. OLE color: 16715009.
HSL color Cylindrical-coordinate representation of color #010DFF: hue angle of 237.17º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010DFF is Cyan = 1.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 13 | 255 | - |
| CMYK | 1.00 | 0.95 | 0 | 0 |
| HSL | 237.17º | 1% | 0.5% | - |
| HSV(B) | 237.17º | 1% | 1% | - |
| XYZ | 18.21 | 7.51 | 95.1 | - |
| YUV | 37 | 251.02 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 255 | 1.00 | 0.95 | 0 | 0 | 237.17 | 1 | 0.5 |
| Hex | 1 | D | FF | 64 | 5F | 0 | 0 | ED | 64 | 32 |
| Octal | 1 | 15 | 377 | 144 | 137 | 0 | 0 | 355 | 144 | 62 |
| Binary | 1 | 1101 | 11111111 | 1100100 | 1011111 | 0 | 0 | 11101101 | 1100100 | 110010 |
Color Harmonies of #010DFF
Complementary color
Monochromatic Colors of #010DFF
Black with #010DFF
Text Example
Text Example
White with #010DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010DFF; }
p { color: rgb(1,13,255); }
H1.HeaderClassName
{
color: #010DFF;
}
.AnyTagClassName
{
color: #010DFF;
}
</style>
background-color css
<style>
a { background-color: #010DFF; }
a { background-color: rgb(1,13,255); }
div.DivClassName
{
background-color: #010DFF;
}
.BgClassName
{
background-color: #010DFF;
}
</style>
border-color css
<style>
span { border-color: #010DFF; }
span { border-color: rgb(1,13,255); }
td.TdClassName
{
border-color: #010DFF;
}
.TagClassName
{
border-color: #010DFF;
}
</style>