Shades of Blue #0412FC
Tints of Blue #0412FC
RGB
CMYK
RGB Variations
Color information
#0412FC (or 0x0412FC) is known color: Blue. HEX triplet: 04, 12 and FC. RGB value is (4,18,252). Sum of RGB (Red+Green+Blue) = 4+18+252=274 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.46% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 252 (98.83% from 255 or 91.97% from 274); Max value from RGB is 252 - color contains mainly: blue. Hex color #0412FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0412FC is #FBED03. Grayscale: #272727. Windows color (decimal): -16510212 or 16519684. OLE color: 16519684.
HSL color Cylindrical-coordinate representation of color #0412FC: hue angle of 236.61º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0412FC is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 18 | 252 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.01 |
| HSL | 236.61º | 0.98% | 0.5% | - |
| HSV(B) | 236.61º | 0.98% | 0.99% | - |
| XYZ | 17.84 | 7.49 | 92.6 | - |
| YUV | 40.49 | 247.36 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 18 | 252 | 0.98 | 0.93 | 0 | 0.01 | 236.61 | 0.98 | 0.5 |
| Hex | 4 | 12 | FC | 62 | 5D | 0 | 1 | ED | 62 | 32 |
| Octal | 4 | 22 | 374 | 142 | 135 | 0 | 1 | 355 | 142 | 62 |
| Binary | 100 | 10010 | 11111100 | 1100010 | 1011101 | 0 | 1 | 11101101 | 1100010 | 110010 |
Color Harmonies of #0412FC
Complementary color
Monochromatic Colors of #0412FC
Black with #0412FC
Text Example
Text Example
White with #0412FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0412FC; }
p { color: rgb(4,18,252); }
H1.HeaderClassName
{
color: #0412FC;
}
.AnyTagClassName
{
color: #0412FC;
}
</style>
background-color css
<style>
a { background-color: #0412FC; }
a { background-color: rgb(4,18,252); }
div.DivClassName
{
background-color: #0412FC;
}
.BgClassName
{
background-color: #0412FC;
}
</style>
border-color css
<style>
span { border-color: #0412FC; }
span { border-color: rgb(4,18,252); }
td.TdClassName
{
border-color: #0412FC;
}
.TagClassName
{
border-color: #0412FC;
}
</style>