Shades of Blue #031DFB
Tints of Blue #031DFB
RGB
CMYK
RGB Variations
Color information
#031DFB (or 0x031DFB) is known color: Blue. HEX triplet: 03, 1D and FB. RGB value is (3,29,251). Sum of RGB (Red+Green+Blue) = 3+29+251=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 251 (98.44% from 255 or 88.69% from 283); Max value from RGB is 251 - color contains mainly: blue. Hex color #031DFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #031DFB is #FCE204. Grayscale: #2D2D2D. Windows color (decimal): -16572933 or 16456963. OLE color: 16456963.
HSL color Cylindrical-coordinate representation of color #031DFB: hue angle of 233.71º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031DFB is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 29 | 251 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.02 |
| HSL | 233.71º | 0.98% | 0.5% | - |
| HSV(B) | 233.71º | 0.99% | 0.98% | - |
| XYZ | 17.89 | 7.86 | 91.84 | - |
| YUV | 46.53 | 243.39 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 251 | 0.99 | 0.88 | 0 | 0.02 | 233.71 | 0.98 | 0.5 |
| Hex | 3 | 1D | FB | 63 | 58 | 0 | 2 | EA | 62 | 32 |
| Octal | 3 | 35 | 373 | 143 | 130 | 0 | 2 | 352 | 142 | 62 |
| Binary | 11 | 11101 | 11111011 | 1100011 | 1011000 | 0 | 10 | 11101010 | 1100010 | 110010 |
Color Harmonies of #031DFB
Complementary color
Monochromatic Colors of #031DFB
Black with #031DFB
Text Example
Text Example
White with #031DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031DFB; }
p { color: rgb(3,29,251); }
H1.HeaderClassName
{
color: #031DFB;
}
.AnyTagClassName
{
color: #031DFB;
}
</style>
background-color css
<style>
a { background-color: #031DFB; }
a { background-color: rgb(3,29,251); }
div.DivClassName
{
background-color: #031DFB;
}
.BgClassName
{
background-color: #031DFB;
}
</style>
border-color css
<style>
span { border-color: #031DFB; }
span { border-color: rgb(3,29,251); }
td.TdClassName
{
border-color: #031DFB;
}
.TagClassName
{
border-color: #031DFB;
}
</style>