Shades of Blue #031DF6
Tints of Blue #031DF6
RGB
CMYK
RGB Variations
Color information
#031DF6 (or 0x031DF6) is known color: Blue. HEX triplet: 03, 1D and F6. RGB value is (3,29,246). Sum of RGB (Red+Green+Blue) = 3+29+246=278 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 246 (96.48% from 255 or 88.49% from 278); Max value from RGB is 246 - color contains mainly: blue. Hex color #031DF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #031DF6 is #FCE209. Grayscale: #2D2D2D. Windows color (decimal): -16572938 or 16129283. OLE color: 16129283.
HSL color Cylindrical-coordinate representation of color #031DF6: hue angle of 233.58º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031DF6 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 29 | 246 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.04 |
| HSL | 233.58º | 0.98% | 0.49% | - |
| HSV(B) | 233.58º | 0.99% | 0.96% | - |
| XYZ | 17.11 | 7.55 | 87.74 | - |
| YUV | 45.96 | 240.89 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 246 | 0.99 | 0.88 | 0 | 0.04 | 233.58 | 0.98 | 0.49 |
| Hex | 3 | 1D | F6 | 63 | 58 | 0 | 4 | EA | 62 | 31 |
| Octal | 3 | 35 | 366 | 143 | 130 | 0 | 4 | 352 | 142 | 61 |
| Binary | 11 | 11101 | 11110110 | 1100011 | 1011000 | 0 | 100 | 11101010 | 1100010 | 110001 |
Color Harmonies of #031DF6
Complementary color
Monochromatic Colors of #031DF6
Black with #031DF6
Text Example
Text Example
White with #031DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031DF6; }
p { color: rgb(3,29,246); }
H1.HeaderClassName
{
color: #031DF6;
}
.AnyTagClassName
{
color: #031DF6;
}
</style>
background-color css
<style>
a { background-color: #031DF6; }
a { background-color: rgb(3,29,246); }
div.DivClassName
{
background-color: #031DF6;
}
.BgClassName
{
background-color: #031DF6;
}
</style>
border-color css
<style>
span { border-color: #031DF6; }
span { border-color: rgb(3,29,246); }
td.TdClassName
{
border-color: #031DF6;
}
.TagClassName
{
border-color: #031DF6;
}
</style>