Shades of Blue #0512FC
Tints of Blue #0512FC
RGB
CMYK
RGB Variations
Color information
#0512FC (or 0x0512FC) is known color: Blue. HEX triplet: 05, 12 and FC. RGB value is (5,18,252). Sum of RGB (Red+Green+Blue) = 5+18+252=275 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 252 (98.83% from 255 or 91.64% from 275); Max value from RGB is 252 - color contains mainly: blue. Hex color #0512FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0512FC is #FAED03. Grayscale: #272727. Windows color (decimal): -16444676 or 16519685. OLE color: 16519685.
HSL color Cylindrical-coordinate representation of color #0512FC: hue angle of 236.84º 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 #0512FC is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 18 | 252 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.01 |
| HSL | 236.84º | 0.98% | 0.5% | - |
| HSV(B) | 236.84º | 0.98% | 0.99% | - |
| XYZ | 17.85 | 7.49 | 92.6 | - |
| YUV | 40.79 | 247.19 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 252 | 0.98 | 0.93 | 0 | 0.01 | 236.84 | 0.98 | 0.5 |
| Hex | 5 | 12 | FC | 62 | 5D | 0 | 1 | ED | 62 | 32 |
| Octal | 5 | 22 | 374 | 142 | 135 | 0 | 1 | 355 | 142 | 62 |
| Binary | 101 | 10010 | 11111100 | 1100010 | 1011101 | 0 | 1 | 11101101 | 1100010 | 110010 |
Color Harmonies of #0512FC
Complementary color
Monochromatic Colors of #0512FC
Black with #0512FC
Text Example
Text Example
White with #0512FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0512FC; }
p { color: rgb(5,18,252); }
H1.HeaderClassName
{
color: #0512FC;
}
.AnyTagClassName
{
color: #0512FC;
}
</style>
background-color css
<style>
a { background-color: #0512FC; }
a { background-color: rgb(5,18,252); }
div.DivClassName
{
background-color: #0512FC;
}
.BgClassName
{
background-color: #0512FC;
}
</style>
border-color css
<style>
span { border-color: #0512FC; }
span { border-color: rgb(5,18,252); }
td.TdClassName
{
border-color: #0512FC;
}
.TagClassName
{
border-color: #0512FC;
}
</style>