Shades of Blue #031DFF
Tints of Blue #031DFF
RGB
CMYK
RGB Variations
Color information
#031DFF (or 0x031DFF) is known color: Blue. HEX triplet: 03, 1D and FF. RGB value is (3,29,255). Sum of RGB (Red+Green+Blue) = 3+29+255=287 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 255 (100% from 255 or 88.85% from 287); Max value from RGB is 255 - color contains mainly: blue. Hex color #031DFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #031DFF is #FCE200. Grayscale: #2E2E2E. Windows color (decimal): -16572929 or 16719107. OLE color: 16719107.
HSL color Cylindrical-coordinate representation of color #031DFF: hue angle of 233.81º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031DFF is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 29 | 255 | - |
| CMYK | 0.99 | 0.89 | 0 | 0 |
| HSL | 233.81º | 1% | 0.51% | - |
| HSV(B) | 233.81º | 0.99% | 1% | - |
| XYZ | 18.53 | 8.12 | 95.2 | - |
| YUV | 46.99 | 245.39 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 255 | 0.99 | 0.89 | 0 | 0 | 233.81 | 1 | 0.51 |
| Hex | 3 | 1D | FF | 63 | 59 | 0 | 0 | EA | 64 | 33 |
| Octal | 3 | 35 | 377 | 143 | 131 | 0 | 0 | 352 | 144 | 63 |
| Binary | 11 | 11101 | 11111111 | 1100011 | 1011001 | 0 | 0 | 11101010 | 1100100 | 110011 |
Color Harmonies of #031DFF
Complementary color
Monochromatic Colors of #031DFF
Black with #031DFF
Text Example
Text Example
White with #031DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031DFF; }
p { color: rgb(3,29,255); }
H1.HeaderClassName
{
color: #031DFF;
}
.AnyTagClassName
{
color: #031DFF;
}
</style>
background-color css
<style>
a { background-color: #031DFF; }
a { background-color: rgb(3,29,255); }
div.DivClassName
{
background-color: #031DFF;
}
.BgClassName
{
background-color: #031DFF;
}
</style>
border-color css
<style>
span { border-color: #031DFF; }
span { border-color: rgb(3,29,255); }
td.TdClassName
{
border-color: #031DFF;
}
.TagClassName
{
border-color: #031DFF;
}
</style>