Shades of Blue #031FFD
Tints of Blue #031FFD
RGB
CMYK
RGB Variations
Color information
#031FFD (or 0x031FFD) is known color: Blue. HEX triplet: 03, 1F and FD. RGB value is (3,31,253). Sum of RGB (Red+Green+Blue) = 3+31+253=287 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 253 (99.22% from 255 or 88.15% from 287); Max value from RGB is 253 - color contains mainly: blue. Hex color #031FFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #031FFD is #FCE002. Grayscale: #2F2F2F. Windows color (decimal): -16572419 or 16588547. OLE color: 16588547.
HSL color Cylindrical-coordinate representation of color #031FFD: hue angle of 233.28º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031FFD is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 31 | 253 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.01 |
| HSL | 233.28º | 0.98% | 0.5% | - |
| HSV(B) | 233.28º | 0.99% | 0.99% | - |
| XYZ | 18.26 | 8.09 | 93.53 | - |
| YUV | 47.94 | 243.72 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 31 | 253 | 0.99 | 0.88 | 0 | 0.01 | 233.28 | 0.98 | 0.5 |
| Hex | 3 | 1F | FD | 63 | 58 | 0 | 1 | E9 | 62 | 32 |
| Octal | 3 | 37 | 375 | 143 | 130 | 0 | 1 | 351 | 142 | 62 |
| Binary | 11 | 11111 | 11111101 | 1100011 | 1011000 | 0 | 1 | 11101001 | 1100010 | 110010 |
Color Harmonies of #031FFD
Complementary color
Monochromatic Colors of #031FFD
Black with #031FFD
Text Example
Text Example
White with #031FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031FFD; }
p { color: rgb(3,31,253); }
H1.HeaderClassName
{
color: #031FFD;
}
.AnyTagClassName
{
color: #031FFD;
}
</style>
background-color css
<style>
a { background-color: #031FFD; }
a { background-color: rgb(3,31,253); }
div.DivClassName
{
background-color: #031FFD;
}
.BgClassName
{
background-color: #031FFD;
}
</style>
border-color css
<style>
span { border-color: #031FFD; }
span { border-color: rgb(3,31,253); }
td.TdClassName
{
border-color: #031FFD;
}
.TagClassName
{
border-color: #031FFD;
}
</style>