Shades of Blue #0031FD
Tints of Blue #0031FD
RGB
CMYK
RGB Variations
Color information
#0031FD (or 0x0031FD) is known color: Blue. HEX triplet: 00, 31 and FD. RGB value is (0,49,253). Sum of RGB (Red+Green+Blue) = 0+49+253=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 253 (99.22% from 255 or 83.77% from 302); Max value from RGB is 253 - color contains mainly: blue. Hex color #0031FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0031FD is #FFCE02. Grayscale: #383838. Windows color (decimal): -16764419 or 16593152. OLE color: 16593152.
HSL color Cylindrical-coordinate representation of color #0031FD: hue angle of 228.38º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0031FD is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 49 | 253 | - |
| CMYK | 1 | 0.81 | 0 | 0.01 |
| HSL | 228.38º | 1% | 0.5% | - |
| HSV(B) | 228.38º | 1% | 0.99% | - |
| XYZ | 18.83 | 9.29 | 93.73 | - |
| YUV | 57.61 | 238.27 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 253 | 1 | 0.81 | 0 | 0.01 | 228.38 | 1 | 0.5 |
| Hex | 0 | 31 | FD | 64 | 51 | 0 | 1 | E4 | 64 | 32 |
| Octal | 0 | 61 | 375 | 144 | 121 | 0 | 1 | 344 | 144 | 62 |
| Binary | 0 | 110001 | 11111101 | 1100100 | 1010001 | 0 | 1 | 11100100 | 1100100 | 110010 |
Color Harmonies of #0031FD
Complementary color
Monochromatic Colors of #0031FD
Black with #0031FD
Text Example
Text Example
White with #0031FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0031FD; }
p { color: rgb(0,49,253); }
H1.HeaderClassName
{
color: #0031FD;
}
.AnyTagClassName
{
color: #0031FD;
}
</style>
background-color css
<style>
a { background-color: #0031FD; }
a { background-color: rgb(0,49,253); }
div.DivClassName
{
background-color: #0031FD;
}
.BgClassName
{
background-color: #0031FD;
}
</style>
border-color css
<style>
span { border-color: #0031FD; }
span { border-color: rgb(0,49,253); }
td.TdClassName
{
border-color: #0031FD;
}
.TagClassName
{
border-color: #0031FD;
}
</style>