Shades of Blue #031DF7
Tints of Blue #031DF7
RGB
CMYK
RGB Variations
Color information
#031DF7 (or 0x031DF7) is known color: Blue. HEX triplet: 03, 1D and F7. RGB value is (3,29,247). Sum of RGB (Red+Green+Blue) = 3+29+247=279 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 247 (96.88% from 255 or 88.53% from 279); Max value from RGB is 247 - color contains mainly: blue. Hex color #031DF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #031DF7 is #FCE208. Grayscale: #2D2D2D. Windows color (decimal): -16572937 or 16194819. OLE color: 16194819.
HSL color Cylindrical-coordinate representation of color #031DF7: hue angle of 233.61º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031DF7 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 3 | 29 | 247 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.03 |
| HSL | 233.61º | 0.98% | 0.49% | - |
| HSV(B) | 233.61º | 0.99% | 0.97% | - |
| XYZ | 17.27 | 7.61 | 88.56 | - |
| YUV | 46.08 | 241.39 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 247 | 0.99 | 0.88 | 0 | 0.03 | 233.61 | 0.98 | 0.49 |
| Hex | 3 | 1D | F7 | 63 | 58 | 0 | 3 | EA | 62 | 31 |
| Octal | 3 | 35 | 367 | 143 | 130 | 0 | 3 | 352 | 142 | 61 |
| Binary | 11 | 11101 | 11110111 | 1100011 | 1011000 | 0 | 11 | 11101010 | 1100010 | 110001 |
Color Harmonies of #031DF7
Complementary color
Monochromatic Colors of #031DF7
Black with #031DF7
Text Example
Text Example
White with #031DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031DF7; }
p { color: rgb(3,29,247); }
H1.HeaderClassName
{
color: #031DF7;
}
.AnyTagClassName
{
color: #031DF7;
}
</style>
background-color css
<style>
a { background-color: #031DF7; }
a { background-color: rgb(3,29,247); }
div.DivClassName
{
background-color: #031DF7;
}
.BgClassName
{
background-color: #031DF7;
}
</style>
border-color css
<style>
span { border-color: #031DF7; }
span { border-color: rgb(3,29,247); }
td.TdClassName
{
border-color: #031DF7;
}
.TagClassName
{
border-color: #031DF7;
}
</style>