Shades of Blue #0004FC
Tints of Blue #0004FC
RGB
CMYK
RGB Variations
Color information
#0004FC (or 0x0004FC) is known color: Blue. HEX triplet: 00, 04 and FC. RGB value is (0,4,252). Sum of RGB (Red+Green+Blue) = 0+4+252=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 252 (98.83% from 255 or 98.44% from 256); Max value from RGB is 252 - color contains mainly: blue. Hex color #0004FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0004FC is #FFFB03. Grayscale: #1E1E1E. Windows color (decimal): -16775940 or 16516096. OLE color: 16516096.
HSL color Cylindrical-coordinate representation of color #0004FC: hue angle of 239.05º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0004FC is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 4 | 252 | - |
| CMYK | 1 | 0.98 | 0 | 0.01 |
| HSL | 239.05º | 1% | 0.49% | - |
| HSV(B) | 239.05º | 1% | 0.99% | - |
| XYZ | 17.61 | 7.12 | 92.54 | - |
| YUV | 31.08 | 252.67 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 4 | 252 | 1 | 0.98 | 0 | 0.01 | 239.05 | 1 | 0.49 |
| Hex | 0 | 4 | FC | 64 | 62 | 0 | 1 | EF | 64 | 31 |
| Octal | 0 | 4 | 374 | 144 | 142 | 0 | 1 | 357 | 144 | 61 |
| Binary | 0 | 100 | 11111100 | 1100100 | 1100010 | 0 | 1 | 11101111 | 1100100 | 110001 |
Color Harmonies of #0004FC
Complementary color
Monochromatic Colors of #0004FC
Black with #0004FC
Text Example
Text Example
White with #0004FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0004FC; }
p { color: rgb(0,4,252); }
H1.HeaderClassName
{
color: #0004FC;
}
.AnyTagClassName
{
color: #0004FC;
}
</style>
background-color css
<style>
a { background-color: #0004FC; }
a { background-color: rgb(0,4,252); }
div.DivClassName
{
background-color: #0004FC;
}
.BgClassName
{
background-color: #0004FC;
}
</style>
border-color css
<style>
span { border-color: #0004FC; }
span { border-color: rgb(0,4,252); }
td.TdClassName
{
border-color: #0004FC;
}
.TagClassName
{
border-color: #0004FC;
}
</style>