Shades of Blue #0431FF
Tints of Blue #0431FF
RGB
CMYK
RGB Variations
Color information
#0431FF (or 0x0431FF) is known color: Blue. HEX triplet: 04, 31 and FF. RGB value is (4,49,255). Sum of RGB (Red+Green+Blue) = 4+49+255=308 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 255 (100% from 255 or 82.79% from 308); Max value from RGB is 255 - color contains mainly: blue. Hex color #0431FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0431FF is #FBCE00. Grayscale: #3A3A3A. Windows color (decimal): -16502273 or 16724228. OLE color: 16724228.
HSL color Cylindrical-coordinate representation of color #0431FF: hue angle of 229.24º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0431FF is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 49 | 255 | - |
| CMYK | 0.98 | 0.81 | 0 | 0 |
| HSL | 229.24º | 1% | 0.51% | - |
| HSV(B) | 229.24º | 0.98% | 1% | - |
| XYZ | 19.2 | 9.44 | 95.42 | - |
| YUV | 59.03 | 238.59 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 49 | 255 | 0.98 | 0.81 | 0 | 0 | 229.24 | 1 | 0.51 |
| Hex | 4 | 31 | FF | 62 | 51 | 0 | 0 | E5 | 64 | 33 |
| Octal | 4 | 61 | 377 | 142 | 121 | 0 | 0 | 345 | 144 | 63 |
| Binary | 100 | 110001 | 11111111 | 1100010 | 1010001 | 0 | 0 | 11100101 | 1100100 | 110011 |
Color Harmonies of #0431FF
Complementary color
Monochromatic Colors of #0431FF
Black with #0431FF
Text Example
Text Example
White with #0431FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0431FF; }
p { color: rgb(4,49,255); }
H1.HeaderClassName
{
color: #0431FF;
}
.AnyTagClassName
{
color: #0431FF;
}
</style>
background-color css
<style>
a { background-color: #0431FF; }
a { background-color: rgb(4,49,255); }
div.DivClassName
{
background-color: #0431FF;
}
.BgClassName
{
background-color: #0431FF;
}
</style>
border-color css
<style>
span { border-color: #0431FF; }
span { border-color: rgb(4,49,255); }
td.TdClassName
{
border-color: #0431FF;
}
.TagClassName
{
border-color: #0431FF;
}
</style>