Shades of Blue #0104FC
Tints of Blue #0104FC
RGB
CMYK
RGB Variations
Color information
#0104FC (or 0x0104FC) is known color: Blue. HEX triplet: 01, 04 and FC. RGB value is (1,4,252). Sum of RGB (Red+Green+Blue) = 1+4+252=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 252 (98.83% from 255 or 98.05% from 257); Max value from RGB is 252 - color contains mainly: blue. Hex color #0104FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0104FC is #FEFB03. Grayscale: #1E1E1E. Windows color (decimal): -16710404 or 16516097. OLE color: 16516097.
HSL color Cylindrical-coordinate representation of color #0104FC: hue angle of 239.28º 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 #0104FC is Cyan = 1.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 4 | 252 | - |
| CMYK | 1.00 | 0.98 | 0 | 0.01 |
| HSL | 239.28º | 0.99% | 0.5% | - |
| HSV(B) | 239.28º | 1% | 0.99% | - |
| XYZ | 17.63 | 7.12 | 92.54 | - |
| YUV | 31.38 | 252.51 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 4 | 252 | 1.00 | 0.98 | 0 | 0.01 | 239.28 | 0.99 | 0.5 |
| Hex | 1 | 4 | FC | 64 | 62 | 0 | 1 | EF | 63 | 32 |
| Octal | 1 | 4 | 374 | 144 | 142 | 0 | 1 | 357 | 143 | 62 |
| Binary | 1 | 100 | 11111100 | 1100100 | 1100010 | 0 | 1 | 11101111 | 1100011 | 110010 |
Color Harmonies of #0104FC
Complementary color
Monochromatic Colors of #0104FC
Black with #0104FC
Text Example
Text Example
White with #0104FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0104FC; }
p { color: rgb(1,4,252); }
H1.HeaderClassName
{
color: #0104FC;
}
.AnyTagClassName
{
color: #0104FC;
}
</style>
background-color css
<style>
a { background-color: #0104FC; }
a { background-color: rgb(1,4,252); }
div.DivClassName
{
background-color: #0104FC;
}
.BgClassName
{
background-color: #0104FC;
}
</style>
border-color css
<style>
span { border-color: #0104FC; }
span { border-color: rgb(1,4,252); }
td.TdClassName
{
border-color: #0104FC;
}
.TagClassName
{
border-color: #0104FC;
}
</style>