Shades of Blue #031DF9
Tints of Blue #031DF9
RGB
CMYK
RGB Variations
Color information
#031DF9 (or 0x031DF9) is known color: Blue. HEX triplet: 03, 1D and F9. RGB value is (3,29,249). Sum of RGB (Red+Green+Blue) = 3+29+249=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 249 (97.66% from 255 or 88.61% from 281); Max value from RGB is 249 - color contains mainly: blue. Hex color #031DF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #031DF9 is #FCE206. Grayscale: #2D2D2D. Windows color (decimal): -16572935 or 16325891. OLE color: 16325891.
HSL color Cylindrical-coordinate representation of color #031DF9: hue angle of 233.66º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031DF9 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 29 | 249 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.02 |
| HSL | 233.66º | 0.98% | 0.49% | - |
| HSV(B) | 233.66º | 0.99% | 0.98% | - |
| XYZ | 17.58 | 7.74 | 90.19 | - |
| YUV | 46.31 | 242.39 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 249 | 0.99 | 0.88 | 0 | 0.02 | 233.66 | 0.98 | 0.49 |
| Hex | 3 | 1D | F9 | 63 | 58 | 0 | 2 | EA | 62 | 31 |
| Octal | 3 | 35 | 371 | 143 | 130 | 0 | 2 | 352 | 142 | 61 |
| Binary | 11 | 11101 | 11111001 | 1100011 | 1011000 | 0 | 10 | 11101010 | 1100010 | 110001 |
Color Harmonies of #031DF9
Complementary color
Monochromatic Colors of #031DF9
Black with #031DF9
Text Example
Text Example
White with #031DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031DF9; }
p { color: rgb(3,29,249); }
H1.HeaderClassName
{
color: #031DF9;
}
.AnyTagClassName
{
color: #031DF9;
}
</style>
background-color css
<style>
a { background-color: #031DF9; }
a { background-color: rgb(3,29,249); }
div.DivClassName
{
background-color: #031DF9;
}
.BgClassName
{
background-color: #031DF9;
}
</style>
border-color css
<style>
span { border-color: #031DF9; }
span { border-color: rgb(3,29,249); }
td.TdClassName
{
border-color: #031DF9;
}
.TagClassName
{
border-color: #031DF9;
}
</style>