Shades of Blue #0512FD
Tints of Blue #0512FD
RGB
CMYK
RGB Variations
Color information
#0512FD (or 0x0512FD) is known color: Blue. HEX triplet: 05, 12 and FD. RGB value is (5,18,253). Sum of RGB (Red+Green+Blue) = 5+18+253=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 253 (99.22% from 255 or 91.67% from 276); Max value from RGB is 253 - color contains mainly: blue. Hex color #0512FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0512FD is #FAED02. Grayscale: #272727. Windows color (decimal): -16444675 or 16585221. OLE color: 16585221.
HSL color Cylindrical-coordinate representation of color #0512FD: hue angle of 236.85º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0512FD is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 18 | 253 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.01 |
| HSL | 236.85º | 0.98% | 0.51% | - |
| HSV(B) | 236.85º | 0.98% | 0.99% | - |
| XYZ | 18.01 | 7.56 | 93.44 | - |
| YUV | 40.9 | 247.69 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 253 | 0.98 | 0.93 | 0 | 0.01 | 236.85 | 0.98 | 0.51 |
| Hex | 5 | 12 | FD | 62 | 5D | 0 | 1 | ED | 62 | 33 |
| Octal | 5 | 22 | 375 | 142 | 135 | 0 | 1 | 355 | 142 | 63 |
| Binary | 101 | 10010 | 11111101 | 1100010 | 1011101 | 0 | 1 | 11101101 | 1100010 | 110011 |
Color Harmonies of #0512FD
Complementary color
Monochromatic Colors of #0512FD
Black with #0512FD
Text Example
Text Example
White with #0512FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0512FD; }
p { color: rgb(5,18,253); }
H1.HeaderClassName
{
color: #0512FD;
}
.AnyTagClassName
{
color: #0512FD;
}
</style>
background-color css
<style>
a { background-color: #0512FD; }
a { background-color: rgb(5,18,253); }
div.DivClassName
{
background-color: #0512FD;
}
.BgClassName
{
background-color: #0512FD;
}
</style>
border-color css
<style>
span { border-color: #0512FD; }
span { border-color: rgb(5,18,253); }
td.TdClassName
{
border-color: #0512FD;
}
.TagClassName
{
border-color: #0512FD;
}
</style>