Shades of Blue #031AFD
Tints of Blue #031AFD
RGB
CMYK
RGB Variations
Color information
#031AFD (or 0x031AFD) is known color: Blue. HEX triplet: 03, 1A and FD. RGB value is (3,26,253). Sum of RGB (Red+Green+Blue) = 3+26+253=282 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 253 (99.22% from 255 or 89.72% from 282); Max value from RGB is 253 - color contains mainly: blue. Hex color #031AFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #031AFD is #FCE502. Grayscale: #2C2C2C. Windows color (decimal): -16573699 or 16587267. OLE color: 16587267.
HSL color Cylindrical-coordinate representation of color #031AFD: hue angle of 234.48º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031AFD is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 26 | 253 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.01 |
| HSL | 234.48º | 0.98% | 0.5% | - |
| HSV(B) | 234.48º | 0.99% | 0.99% | - |
| XYZ | 18.14 | 7.85 | 93.49 | - |
| YUV | 45 | 245.38 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 26 | 253 | 0.99 | 0.90 | 0 | 0.01 | 234.48 | 0.98 | 0.5 |
| Hex | 3 | 1A | FD | 63 | 5A | 0 | 1 | EA | 62 | 32 |
| Octal | 3 | 32 | 375 | 143 | 132 | 0 | 1 | 352 | 142 | 62 |
| Binary | 11 | 11010 | 11111101 | 1100011 | 1011010 | 0 | 1 | 11101010 | 1100010 | 110010 |
Color Harmonies of #031AFD
Complementary color
Monochromatic Colors of #031AFD
Black with #031AFD
Text Example
Text Example
White with #031AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031AFD; }
p { color: rgb(3,26,253); }
H1.HeaderClassName
{
color: #031AFD;
}
.AnyTagClassName
{
color: #031AFD;
}
</style>
background-color css
<style>
a { background-color: #031AFD; }
a { background-color: rgb(3,26,253); }
div.DivClassName
{
background-color: #031AFD;
}
.BgClassName
{
background-color: #031AFD;
}
</style>
border-color css
<style>
span { border-color: #031AFD; }
span { border-color: rgb(3,26,253); }
td.TdClassName
{
border-color: #031AFD;
}
.TagClassName
{
border-color: #031AFD;
}
</style>