Shades of Blue #031BFF
Tints of Blue #031BFF
RGB
CMYK
RGB Variations
Color information
#031BFF (or 0x031BFF) is known color: Blue. HEX triplet: 03, 1B and FF. RGB value is (3,27,255). Sum of RGB (Red+Green+Blue) = 3+27+255=285 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 255 (100% from 255 or 89.47% from 285); Max value from RGB is 255 - color contains mainly: blue. Hex color #031BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #031BFF is #FCE400. Grayscale: #2C2C2C. Windows color (decimal): -16573441 or 16718595. OLE color: 16718595.
HSL color Cylindrical-coordinate representation of color #031BFF: hue angle of 234.29º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031BFF is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 27 | 255 | - |
| CMYK | 0.99 | 0.89 | 0 | 0 |
| HSL | 234.29º | 1% | 0.51% | - |
| HSV(B) | 234.29º | 0.99% | 1% | - |
| XYZ | 18.48 | 8.02 | 95.18 | - |
| YUV | 45.82 | 246.05 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 255 | 0.99 | 0.89 | 0 | 0 | 234.29 | 1 | 0.51 |
| Hex | 3 | 1B | FF | 63 | 59 | 0 | 0 | EA | 64 | 33 |
| Octal | 3 | 33 | 377 | 143 | 131 | 0 | 0 | 352 | 144 | 63 |
| Binary | 11 | 11011 | 11111111 | 1100011 | 1011001 | 0 | 0 | 11101010 | 1100100 | 110011 |
Color Harmonies of #031BFF
Complementary color
Monochromatic Colors of #031BFF
Black with #031BFF
Text Example
Text Example
White with #031BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031BFF; }
p { color: rgb(3,27,255); }
H1.HeaderClassName
{
color: #031BFF;
}
.AnyTagClassName
{
color: #031BFF;
}
</style>
background-color css
<style>
a { background-color: #031BFF; }
a { background-color: rgb(3,27,255); }
div.DivClassName
{
background-color: #031BFF;
}
.BgClassName
{
background-color: #031BFF;
}
</style>
border-color css
<style>
span { border-color: #031BFF; }
span { border-color: rgb(3,27,255); }
td.TdClassName
{
border-color: #031BFF;
}
.TagClassName
{
border-color: #031BFF;
}
</style>