Shades of Blue #0104FF
Tints of Blue #0104FF
RGB
CMYK
RGB Variations
Color information
#0104FF (or 0x0104FF) is known color: Blue. HEX triplet: 01, 04 and FF. RGB value is (1,4,255). Sum of RGB (Red+Green+Blue) = 1+4+255=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 255 (100% from 255 or 98.08% from 260); Max value from RGB is 255 - color contains mainly: blue. Hex color #0104FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0104FF is #FEFB00. Grayscale: #1E1E1E. Windows color (decimal): -16710401 or 16712705. OLE color: 16712705.
HSL color Cylindrical-coordinate representation of color #0104FF: hue angle of 239.29º 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 #0104FF is Cyan = 1.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 4 | 255 | - |
| CMYK | 1.00 | 0.98 | 0 | 0 |
| HSL | 239.29º | 1% | 0.5% | - |
| HSV(B) | 239.29º | 1% | 1% | - |
| XYZ | 18.11 | 7.31 | 95.07 | - |
| YUV | 31.72 | 254.01 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 4 | 255 | 1.00 | 0.98 | 0 | 0 | 239.29 | 1 | 0.5 |
| Hex | 1 | 4 | FF | 64 | 62 | 0 | 0 | EF | 64 | 32 |
| Octal | 1 | 4 | 377 | 144 | 142 | 0 | 0 | 357 | 144 | 62 |
| Binary | 1 | 100 | 11111111 | 1100100 | 1100010 | 0 | 0 | 11101111 | 1100100 | 110010 |
Color Harmonies of #0104FF
Complementary color
Monochromatic Colors of #0104FF
Black with #0104FF
Text Example
Text Example
White with #0104FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0104FF; }
p { color: rgb(1,4,255); }
H1.HeaderClassName
{
color: #0104FF;
}
.AnyTagClassName
{
color: #0104FF;
}
</style>
background-color css
<style>
a { background-color: #0104FF; }
a { background-color: rgb(1,4,255); }
div.DivClassName
{
background-color: #0104FF;
}
.BgClassName
{
background-color: #0104FF;
}
</style>
border-color css
<style>
span { border-color: #0104FF; }
span { border-color: rgb(1,4,255); }
td.TdClassName
{
border-color: #0104FF;
}
.TagClassName
{
border-color: #0104FF;
}
</style>