Shades of Blue #031DF0
Tints of Blue #031DF0
RGB
CMYK
RGB Variations
Color information
#031DF0 (or 0x031DF0) is known color: Blue. HEX triplet: 03, 1D and F0. RGB value is (3,29,240). Sum of RGB (Red+Green+Blue) = 3+29+240=272 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 272); Green value is 29 (11.72% from 255 or 10.66% from 272); Blue value is 240 (94.14% from 255 or 88.24% from 272); Max value from RGB is 240 - color contains mainly: blue. Hex color #031DF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #031DF0 is #FCE20F. Grayscale: #2C2C2C. Windows color (decimal): -16572944 or 15736067. OLE color: 15736067.
HSL color Cylindrical-coordinate representation of color #031DF0: hue angle of 233.42º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031DF0 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 29 | 240 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.06 |
| HSL | 233.42º | 0.98% | 0.48% | - |
| HSV(B) | 233.42º | 0.99% | 0.94% | - |
| XYZ | 16.21 | 7.19 | 82.97 | - |
| YUV | 45.28 | 237.89 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 240 | 0.99 | 0.88 | 0 | 0.06 | 233.42 | 0.98 | 0.48 |
| Hex | 3 | 1D | F0 | 63 | 58 | 0 | 6 | E9 | 62 | 30 |
| Octal | 3 | 35 | 360 | 143 | 130 | 0 | 6 | 351 | 142 | 60 |
| Binary | 11 | 11101 | 11110000 | 1100011 | 1011000 | 0 | 110 | 11101001 | 1100010 | 110000 |
Color Harmonies of #031DF0
Complementary color
Monochromatic Colors of #031DF0
Black with #031DF0
Text Example
Text Example
White with #031DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031DF0; }
p { color: rgb(3,29,240); }
H1.HeaderClassName
{
color: #031DF0;
}
.AnyTagClassName
{
color: #031DF0;
}
</style>
background-color css
<style>
a { background-color: #031DF0; }
a { background-color: rgb(3,29,240); }
div.DivClassName
{
background-color: #031DF0;
}
.BgClassName
{
background-color: #031DF0;
}
</style>
border-color css
<style>
span { border-color: #031DF0; }
span { border-color: rgb(3,29,240); }
td.TdClassName
{
border-color: #031DF0;
}
.TagClassName
{
border-color: #031DF0;
}
</style>