Shades of Blue #0814FC
Tints of Blue #0814FC
RGB
CMYK
RGB Variations
Color information
#0814FC (or 0x0814FC) is known color: Blue. HEX triplet: 08, 14 and FC. RGB value is (8,20,252). Sum of RGB (Red+Green+Blue) = 8+20+252=280 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.86% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 252 (98.83% from 255 or 90% from 280); Max value from RGB is 252 - color contains mainly: blue. Hex color #0814FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0814FC is #F7EB03. Grayscale: #292929. Windows color (decimal): -16247556 or 16520200. OLE color: 16520200.
HSL color Cylindrical-coordinate representation of color #0814FC: hue angle of 237.05º 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 #0814FC is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 20 | 252 | - |
| CMYK | 0.97 | 0.92 | 0 | 0.01 |
| HSL | 237.05º | 0.98% | 0.51% | - |
| HSV(B) | 237.05º | 0.97% | 0.99% | - |
| XYZ | 17.92 | 7.58 | 92.61 | - |
| YUV | 42.86 | 246.02 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 20 | 252 | 0.97 | 0.92 | 0 | 0.01 | 237.05 | 0.98 | 0.51 |
| Hex | 8 | 14 | FC | 61 | 5C | 0 | 1 | ED | 62 | 33 |
| Octal | 10 | 24 | 374 | 141 | 134 | 0 | 1 | 355 | 142 | 63 |
| Binary | 1000 | 10100 | 11111100 | 1100001 | 1011100 | 0 | 1 | 11101101 | 1100010 | 110011 |
Color Harmonies of #0814FC
Complementary color
Monochromatic Colors of #0814FC
Black with #0814FC
Text Example
Text Example
White with #0814FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0814FC; }
p { color: rgb(8,20,252); }
H1.HeaderClassName
{
color: #0814FC;
}
.AnyTagClassName
{
color: #0814FC;
}
</style>
background-color css
<style>
a { background-color: #0814FC; }
a { background-color: rgb(8,20,252); }
div.DivClassName
{
background-color: #0814FC;
}
.BgClassName
{
background-color: #0814FC;
}
</style>
border-color css
<style>
span { border-color: #0814FC; }
span { border-color: rgb(8,20,252); }
td.TdClassName
{
border-color: #0814FC;
}
.TagClassName
{
border-color: #0814FC;
}
</style>