Shades of Blue #051AF3
Tints of Blue #051AF3
RGB
CMYK
RGB Variations
Color information
#051AF3 (or 0x051AF3) is known color: Blue. HEX triplet: 05, 1A and F3. RGB value is (5,26,243). Sum of RGB (Red+Green+Blue) = 5+26+243=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 243 (95.31% from 255 or 88.69% from 274); Max value from RGB is 243 - color contains mainly: blue. Hex color #051AF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #051AF3 is #FAE50C. Grayscale: #2B2B2B. Windows color (decimal): -16442637 or 15931909. OLE color: 15931909.
HSL color Cylindrical-coordinate representation of color #051AF3: hue angle of 234.71º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051AF3 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 26 | 243 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.05 |
| HSL | 234.71º | 0.96% | 0.49% | - |
| HSV(B) | 234.71º | 0.98% | 0.95% | - |
| XYZ | 16.61 | 7.24 | 85.32 | - |
| YUV | 44.46 | 240.04 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 243 | 0.98 | 0.89 | 0 | 0.05 | 234.71 | 0.96 | 0.49 |
| Hex | 5 | 1A | F3 | 62 | 59 | 0 | 5 | EB | 60 | 31 |
| Octal | 5 | 32 | 363 | 142 | 131 | 0 | 5 | 353 | 140 | 61 |
| Binary | 101 | 11010 | 11110011 | 1100010 | 1011001 | 0 | 101 | 11101011 | 1100000 | 110001 |
Color Harmonies of #051AF3
Complementary color
Monochromatic Colors of #051AF3
Black with #051AF3
Text Example
Text Example
White with #051AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051AF3; }
p { color: rgb(5,26,243); }
H1.HeaderClassName
{
color: #051AF3;
}
.AnyTagClassName
{
color: #051AF3;
}
</style>
background-color css
<style>
a { background-color: #051AF3; }
a { background-color: rgb(5,26,243); }
div.DivClassName
{
background-color: #051AF3;
}
.BgClassName
{
background-color: #051AF3;
}
</style>
border-color css
<style>
span { border-color: #051AF3; }
span { border-color: rgb(5,26,243); }
td.TdClassName
{
border-color: #051AF3;
}
.TagClassName
{
border-color: #051AF3;
}
</style>