Shades of Blue #0031FF
Tints of Blue #0031FF
RGB
CMYK
RGB Variations
Color information
#0031FF (or 0x0031FF) is known color: Blue. HEX triplet: 00, 31 and FF. RGB value is (0,49,255). Sum of RGB (Red+Green+Blue) = 0+49+255=304 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 255 (100% from 255 or 83.88% from 304); Max value from RGB is 255 - color contains mainly: blue. Hex color #0031FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0031FF is #FFCE00. Grayscale: #383838. Windows color (decimal): -16764417 or 16724224. OLE color: 16724224.
HSL color Cylindrical-coordinate representation of color #0031FF: hue angle of 228.47º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0031FF is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 49 | 255 | - |
| CMYK | 1 | 0.81 | 0 | 0 |
| HSL | 228.47º | 1% | 0.5% | - |
| HSV(B) | 228.47º | 1% | 1% | - |
| XYZ | 19.15 | 9.42 | 95.42 | - |
| YUV | 57.83 | 239.27 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 255 | 1 | 0.81 | 0 | 0 | 228.47 | 1 | 0.5 |
| Hex | 0 | 31 | FF | 64 | 51 | 0 | 0 | E4 | 64 | 32 |
| Octal | 0 | 61 | 377 | 144 | 121 | 0 | 0 | 344 | 144 | 62 |
| Binary | 0 | 110001 | 11111111 | 1100100 | 1010001 | 0 | 0 | 11100100 | 1100100 | 110010 |
Color Harmonies of #0031FF
Complementary color
Monochromatic Colors of #0031FF
Black with #0031FF
Text Example
Text Example
White with #0031FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0031FF; }
p { color: rgb(0,49,255); }
H1.HeaderClassName
{
color: #0031FF;
}
.AnyTagClassName
{
color: #0031FF;
}
</style>
background-color css
<style>
a { background-color: #0031FF; }
a { background-color: rgb(0,49,255); }
div.DivClassName
{
background-color: #0031FF;
}
.BgClassName
{
background-color: #0031FF;
}
</style>
border-color css
<style>
span { border-color: #0031FF; }
span { border-color: rgb(0,49,255); }
td.TdClassName
{
border-color: #0031FF;
}
.TagClassName
{
border-color: #0031FF;
}
</style>