Shades of Blue #010FFD
Tints of Blue #010FFD
RGB
CMYK
RGB Variations
Color information
#010FFD (or 0x010FFD) is known color: Blue. HEX triplet: 01, 0F and FD. RGB value is (1,15,253). Sum of RGB (Red+Green+Blue) = 1+15+253=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 253 (99.22% from 255 or 94.05% from 269); Max value from RGB is 253 - color contains mainly: blue. Hex color #010FFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010FFD is #FEF002. Grayscale: #242424. Windows color (decimal): -16707587 or 16584449. OLE color: 16584449.
HSL color Cylindrical-coordinate representation of color #010FFD: hue angle of 236.67º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010FFD is Cyan = 1.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 15 | 253 | - |
| CMYK | 1.00 | 0.94 | 0 | 0.01 |
| HSL | 236.67º | 0.99% | 0.5% | - |
| HSV(B) | 236.67º | 1% | 0.99% | - |
| XYZ | 17.91 | 7.44 | 93.42 | - |
| YUV | 37.95 | 249.36 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 253 | 1.00 | 0.94 | 0 | 0.01 | 236.67 | 0.99 | 0.5 |
| Hex | 1 | F | FD | 64 | 5E | 0 | 1 | ED | 63 | 32 |
| Octal | 1 | 17 | 375 | 144 | 136 | 0 | 1 | 355 | 143 | 62 |
| Binary | 1 | 1111 | 11111101 | 1100100 | 1011110 | 0 | 1 | 11101101 | 1100011 | 110010 |
Color Harmonies of #010FFD
Complementary color
Monochromatic Colors of #010FFD
Black with #010FFD
Text Example
Text Example
White with #010FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010FFD; }
p { color: rgb(1,15,253); }
H1.HeaderClassName
{
color: #010FFD;
}
.AnyTagClassName
{
color: #010FFD;
}
</style>
background-color css
<style>
a { background-color: #010FFD; }
a { background-color: rgb(1,15,253); }
div.DivClassName
{
background-color: #010FFD;
}
.BgClassName
{
background-color: #010FFD;
}
</style>
border-color css
<style>
span { border-color: #010FFD; }
span { border-color: rgb(1,15,253); }
td.TdClassName
{
border-color: #010FFD;
}
.TagClassName
{
border-color: #010FFD;
}
</style>