Shades of Blue #031BF4
Tints of Blue #031BF4
RGB
CMYK
RGB Variations
Color information
#031BF4 (or 0x031BF4) is known color: Blue. HEX triplet: 03, 1B and F4. RGB value is (3,27,244). Sum of RGB (Red+Green+Blue) = 3+27+244=274 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 274); Green value is 27 (10.94% from 255 or 9.85% from 274); Blue value is 244 (95.70% from 255 or 89.05% from 274); Max value from RGB is 244 - color contains mainly: blue. Hex color #031BF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #031BF4 is #FCE40B. Grayscale: #2B2B2B. Windows color (decimal): -16573452 or 15997699. OLE color: 15997699.
HSL color Cylindrical-coordinate representation of color #031BF4: hue angle of 234.02º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031BF4 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 27 | 244 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.04 |
| HSL | 234.02º | 0.98% | 0.48% | - |
| HSV(B) | 234.02º | 0.99% | 0.96% | - |
| XYZ | 16.76 | 7.33 | 86.12 | - |
| YUV | 44.56 | 240.55 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 244 | 0.99 | 0.89 | 0 | 0.04 | 234.02 | 0.98 | 0.48 |
| Hex | 3 | 1B | F4 | 63 | 59 | 0 | 4 | EA | 62 | 30 |
| Octal | 3 | 33 | 364 | 143 | 131 | 0 | 4 | 352 | 142 | 60 |
| Binary | 11 | 11011 | 11110100 | 1100011 | 1011001 | 0 | 100 | 11101010 | 1100010 | 110000 |
Color Harmonies of #031BF4
Complementary color
Monochromatic Colors of #031BF4
Black with #031BF4
Text Example
Text Example
White with #031BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031BF4; }
p { color: rgb(3,27,244); }
H1.HeaderClassName
{
color: #031BF4;
}
.AnyTagClassName
{
color: #031BF4;
}
</style>
background-color css
<style>
a { background-color: #031BF4; }
a { background-color: rgb(3,27,244); }
div.DivClassName
{
background-color: #031BF4;
}
.BgClassName
{
background-color: #031BF4;
}
</style>
border-color css
<style>
span { border-color: #031BF4; }
span { border-color: rgb(3,27,244); }
td.TdClassName
{
border-color: #031BF4;
}
.TagClassName
{
border-color: #031BF4;
}
</style>