Shades of Blue #0812FD
Tints of Blue #0812FD
RGB
CMYK
RGB Variations
Color information
#0812FD (or 0x0812FD) is known color: Blue. HEX triplet: 08, 12 and FD. RGB value is (8,18,253). Sum of RGB (Red+Green+Blue) = 8+18+253=279 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.87% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 253 (99.22% from 255 or 90.68% from 279); Max value from RGB is 253 - color contains mainly: blue. Hex color #0812FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0812FD is #F7ED02. Grayscale: #282828. Windows color (decimal): -16248067 or 16585224. OLE color: 16585224.
HSL color Cylindrical-coordinate representation of color #0812FD: hue angle of 237.55º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0812FD is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 18 | 253 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.01 |
| HSL | 237.55º | 0.98% | 0.51% | - |
| HSV(B) | 237.55º | 0.97% | 0.99% | - |
| XYZ | 18.05 | 7.58 | 93.44 | - |
| YUV | 41.8 | 247.19 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 18 | 253 | 0.97 | 0.93 | 0 | 0.01 | 237.55 | 0.98 | 0.51 |
| Hex | 8 | 12 | FD | 61 | 5D | 0 | 1 | EE | 62 | 33 |
| Octal | 10 | 22 | 375 | 141 | 135 | 0 | 1 | 356 | 142 | 63 |
| Binary | 1000 | 10010 | 11111101 | 1100001 | 1011101 | 0 | 1 | 11101110 | 1100010 | 110011 |
Color Harmonies of #0812FD
Complementary color
Monochromatic Colors of #0812FD
Black with #0812FD
Text Example
Text Example
White with #0812FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0812FD; }
p { color: rgb(8,18,253); }
H1.HeaderClassName
{
color: #0812FD;
}
.AnyTagClassName
{
color: #0812FD;
}
</style>
background-color css
<style>
a { background-color: #0812FD; }
a { background-color: rgb(8,18,253); }
div.DivClassName
{
background-color: #0812FD;
}
.BgClassName
{
background-color: #0812FD;
}
</style>
border-color css
<style>
span { border-color: #0812FD; }
span { border-color: rgb(8,18,253); }
td.TdClassName
{
border-color: #0812FD;
}
.TagClassName
{
border-color: #0812FD;
}
</style>