Shades of Blue #0812FB
Tints of Blue #0812FB
RGB
CMYK
RGB Variations
Color information
#0812FB (or 0x0812FB) is known color: Blue. HEX triplet: 08, 12 and FB. RGB value is (8,18,251). Sum of RGB (Red+Green+Blue) = 8+18+251=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 251 (98.44% from 255 or 90.61% from 277); Max value from RGB is 251 - color contains mainly: blue. Hex color #0812FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0812FB is #F7ED04. Grayscale: #282828. Windows color (decimal): -16248069 or 16454152. OLE color: 16454152.
HSL color Cylindrical-coordinate representation of color #0812FB: hue angle of 237.53º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0812FB is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 18 | 251 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.02 |
| HSL | 237.53º | 0.97% | 0.51% | - |
| HSV(B) | 237.53º | 0.97% | 0.98% | - |
| XYZ | 17.73 | 7.45 | 91.77 | - |
| YUV | 41.57 | 246.19 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 18 | 251 | 0.97 | 0.93 | 0 | 0.02 | 237.53 | 0.97 | 0.51 |
| Hex | 8 | 12 | FB | 61 | 5D | 0 | 2 | EE | 61 | 33 |
| Octal | 10 | 22 | 373 | 141 | 135 | 0 | 2 | 356 | 141 | 63 |
| Binary | 1000 | 10010 | 11111011 | 1100001 | 1011101 | 0 | 10 | 11101110 | 1100001 | 110011 |
Color Harmonies of #0812FB
Complementary color
Monochromatic Colors of #0812FB
Black with #0812FB
Text Example
Text Example
White with #0812FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0812FB; }
p { color: rgb(8,18,251); }
H1.HeaderClassName
{
color: #0812FB;
}
.AnyTagClassName
{
color: #0812FB;
}
</style>
background-color css
<style>
a { background-color: #0812FB; }
a { background-color: rgb(8,18,251); }
div.DivClassName
{
background-color: #0812FB;
}
.BgClassName
{
background-color: #0812FB;
}
</style>
border-color css
<style>
span { border-color: #0812FB; }
span { border-color: rgb(8,18,251); }
td.TdClassName
{
border-color: #0812FB;
}
.TagClassName
{
border-color: #0812FB;
}
</style>