Shades of Blue #031DF3
Tints of Blue #031DF3
RGB
CMYK
RGB Variations
Color information
#031DF3 (or 0x031DF3) is known color: Blue. HEX triplet: 03, 1D and F3. RGB value is (3,29,243). Sum of RGB (Red+Green+Blue) = 3+29+243=275 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 275); Green value is 29 (11.72% from 255 or 10.55% from 275); Blue value is 243 (95.31% from 255 or 88.36% from 275); Max value from RGB is 243 - color contains mainly: blue. Hex color #031DF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #031DF3 is #FCE20C. Grayscale: #2C2C2C. Windows color (decimal): -16572941 or 15932675. OLE color: 15932675.
HSL color Cylindrical-coordinate representation of color #031DF3: hue angle of 233.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031DF3 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 29 | 243 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.05 |
| HSL | 233.5º | 0.98% | 0.48% | - |
| HSV(B) | 233.5º | 0.99% | 0.95% | - |
| XYZ | 16.65 | 7.37 | 85.34 | - |
| YUV | 45.62 | 239.39 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 243 | 0.99 | 0.88 | 0 | 0.05 | 233.5 | 0.98 | 0.48 |
| Hex | 3 | 1D | F3 | 63 | 58 | 0 | 5 | EA | 62 | 30 |
| Octal | 3 | 35 | 363 | 143 | 130 | 0 | 5 | 352 | 142 | 60 |
| Binary | 11 | 11101 | 11110011 | 1100011 | 1011000 | 0 | 101 | 11101010 | 1100010 | 110000 |
Color Harmonies of #031DF3
Complementary color
Monochromatic Colors of #031DF3
Black with #031DF3
Text Example
Text Example
White with #031DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031DF3; }
p { color: rgb(3,29,243); }
H1.HeaderClassName
{
color: #031DF3;
}
.AnyTagClassName
{
color: #031DF3;
}
</style>
background-color css
<style>
a { background-color: #031DF3; }
a { background-color: rgb(3,29,243); }
div.DivClassName
{
background-color: #031DF3;
}
.BgClassName
{
background-color: #031DF3;
}
</style>
border-color css
<style>
span { border-color: #031DF3; }
span { border-color: rgb(3,29,243); }
td.TdClassName
{
border-color: #031DF3;
}
.TagClassName
{
border-color: #031DF3;
}
</style>