Shades of Blue #031AFE
Tints of Blue #031AFE
RGB
CMYK
RGB Variations
Color information
#031AFE (or 0x031AFE) is known color: Blue. HEX triplet: 03, 1A and FE. RGB value is (3,26,254). Sum of RGB (Red+Green+Blue) = 3+26+254=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 254 (99.61% from 255 or 89.75% from 283); Max value from RGB is 254 - color contains mainly: blue. Hex color #031AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #031AFE is #FCE501. Grayscale: #2C2C2C. Windows color (decimal): -16573698 or 16652803. OLE color: 16652803.
HSL color Cylindrical-coordinate representation of color #031AFE: hue angle of 234.5º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031AFE is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 26 | 254 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.00 |
| HSL | 234.5º | 0.99% | 0.5% | - |
| HSV(B) | 234.5º | 0.99% | 1% | - |
| XYZ | 18.3 | 7.91 | 94.33 | - |
| YUV | 45.12 | 245.88 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 26 | 254 | 0.99 | 0.90 | 0 | 0.00 | 234.5 | 0.99 | 0.5 |
| Hex | 3 | 1A | FE | 63 | 5A | 0 | 0 | EB | 63 | 32 |
| Octal | 3 | 32 | 376 | 143 | 132 | 0 | 0 | 353 | 143 | 62 |
| Binary | 11 | 11010 | 11111110 | 1100011 | 1011010 | 0 | 0 | 11101011 | 1100011 | 110010 |
Color Harmonies of #031AFE
Complementary color
Monochromatic Colors of #031AFE
Black with #031AFE
Text Example
Text Example
White with #031AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031AFE; }
p { color: rgb(3,26,254); }
H1.HeaderClassName
{
color: #031AFE;
}
.AnyTagClassName
{
color: #031AFE;
}
</style>
background-color css
<style>
a { background-color: #031AFE; }
a { background-color: rgb(3,26,254); }
div.DivClassName
{
background-color: #031AFE;
}
.BgClassName
{
background-color: #031AFE;
}
</style>
border-color css
<style>
span { border-color: #031AFE; }
span { border-color: rgb(3,26,254); }
td.TdClassName
{
border-color: #031AFE;
}
.TagClassName
{
border-color: #031AFE;
}
</style>