Shades of Blue #0031FC
Tints of Blue #0031FC
RGB
CMYK
RGB Variations
Color information
#0031FC (or 0x0031FC) is known color: Blue. HEX triplet: 00, 31 and FC. RGB value is (0,49,252). Sum of RGB (Red+Green+Blue) = 0+49+252=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 252 (98.83% from 255 or 83.72% from 301); Max value from RGB is 252 - color contains mainly: blue. Hex color #0031FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0031FC is #FFCE03. Grayscale: #383838. Windows color (decimal): -16764420 or 16527616. OLE color: 16527616.
HSL color Cylindrical-coordinate representation of color #0031FC: hue angle of 228.33º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0031FC is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 49 | 252 | - |
| CMYK | 1 | 0.81 | 0 | 0.01 |
| HSL | 228.33º | 1% | 0.49% | - |
| HSV(B) | 228.33º | 1% | 0.99% | - |
| XYZ | 18.67 | 9.22 | 92.89 | - |
| YUV | 57.49 | 237.77 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 252 | 1 | 0.81 | 0 | 0.01 | 228.33 | 1 | 0.49 |
| Hex | 0 | 31 | FC | 64 | 51 | 0 | 1 | E4 | 64 | 31 |
| Octal | 0 | 61 | 374 | 144 | 121 | 0 | 1 | 344 | 144 | 61 |
| Binary | 0 | 110001 | 11111100 | 1100100 | 1010001 | 0 | 1 | 11100100 | 1100100 | 110001 |
Color Harmonies of #0031FC
Complementary color
Monochromatic Colors of #0031FC
Black with #0031FC
Text Example
Text Example
White with #0031FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0031FC; }
p { color: rgb(0,49,252); }
H1.HeaderClassName
{
color: #0031FC;
}
.AnyTagClassName
{
color: #0031FC;
}
</style>
background-color css
<style>
a { background-color: #0031FC; }
a { background-color: rgb(0,49,252); }
div.DivClassName
{
background-color: #0031FC;
}
.BgClassName
{
background-color: #0031FC;
}
</style>
border-color css
<style>
span { border-color: #0031FC; }
span { border-color: rgb(0,49,252); }
td.TdClassName
{
border-color: #0031FC;
}
.TagClassName
{
border-color: #0031FC;
}
</style>