Shades of Blue #031BFB
Tints of Blue #031BFB
RGB
CMYK
RGB Variations
Color information
#031BFB (or 0x031BFB) is known color: Blue. HEX triplet: 03, 1B and FB. RGB value is (3,27,251). Sum of RGB (Red+Green+Blue) = 3+27+251=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 251 (98.44% from 255 or 89.32% from 281); Max value from RGB is 251 - color contains mainly: blue. Hex color #031BFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #031BFB is #FCE404. Grayscale: #2C2C2C. Windows color (decimal): -16573445 or 16456451. OLE color: 16456451.
HSL color Cylindrical-coordinate representation of color #031BFB: hue angle of 234.19º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031BFB is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 27 | 251 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.02 |
| HSL | 234.19º | 0.98% | 0.5% | - |
| HSV(B) | 234.19º | 0.99% | 0.98% | - |
| XYZ | 17.84 | 7.77 | 91.83 | - |
| YUV | 45.36 | 244.05 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 251 | 0.99 | 0.89 | 0 | 0.02 | 234.19 | 0.98 | 0.5 |
| Hex | 3 | 1B | FB | 63 | 59 | 0 | 2 | EA | 62 | 32 |
| Octal | 3 | 33 | 373 | 143 | 131 | 0 | 2 | 352 | 142 | 62 |
| Binary | 11 | 11011 | 11111011 | 1100011 | 1011001 | 0 | 10 | 11101010 | 1100010 | 110010 |
Color Harmonies of #031BFB
Complementary color
Monochromatic Colors of #031BFB
Black with #031BFB
Text Example
Text Example
White with #031BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031BFB; }
p { color: rgb(3,27,251); }
H1.HeaderClassName
{
color: #031BFB;
}
.AnyTagClassName
{
color: #031BFB;
}
</style>
background-color css
<style>
a { background-color: #031BFB; }
a { background-color: rgb(3,27,251); }
div.DivClassName
{
background-color: #031BFB;
}
.BgClassName
{
background-color: #031BFB;
}
</style>
border-color css
<style>
span { border-color: #031BFB; }
span { border-color: rgb(3,27,251); }
td.TdClassName
{
border-color: #031BFB;
}
.TagClassName
{
border-color: #031BFB;
}
</style>