Shades of Blue #051AF1
Tints of Blue #051AF1
RGB
CMYK
RGB Variations
Color information
#051AF1 (or 0x051AF1) is known color: Blue. HEX triplet: 05, 1A and F1. RGB value is (5,26,241). Sum of RGB (Red+Green+Blue) = 5+26+241=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 241 (94.53% from 255 or 88.60% from 272); Max value from RGB is 241 - color contains mainly: blue. Hex color #051AF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #051AF1 is #FAE50E. Grayscale: #2B2B2B. Windows color (decimal): -16442639 or 15800837. OLE color: 15800837.
HSL color Cylindrical-coordinate representation of color #051AF1: hue angle of 234.66º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051AF1 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 26 | 241 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.05 |
| HSL | 234.66º | 0.96% | 0.48% | - |
| HSV(B) | 234.66º | 0.98% | 0.95% | - |
| XYZ | 16.31 | 7.12 | 83.73 | - |
| YUV | 44.23 | 239.04 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 241 | 0.98 | 0.89 | 0 | 0.05 | 234.66 | 0.96 | 0.48 |
| Hex | 5 | 1A | F1 | 62 | 59 | 0 | 5 | EB | 60 | 30 |
| Octal | 5 | 32 | 361 | 142 | 131 | 0 | 5 | 353 | 140 | 60 |
| Binary | 101 | 11010 | 11110001 | 1100010 | 1011001 | 0 | 101 | 11101011 | 1100000 | 110000 |
Color Harmonies of #051AF1
Complementary color
Monochromatic Colors of #051AF1
Black with #051AF1
Text Example
Text Example
White with #051AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051AF1; }
p { color: rgb(5,26,241); }
H1.HeaderClassName
{
color: #051AF1;
}
.AnyTagClassName
{
color: #051AF1;
}
</style>
background-color css
<style>
a { background-color: #051AF1; }
a { background-color: rgb(5,26,241); }
div.DivClassName
{
background-color: #051AF1;
}
.BgClassName
{
background-color: #051AF1;
}
</style>
border-color css
<style>
span { border-color: #051AF1; }
span { border-color: rgb(5,26,241); }
td.TdClassName
{
border-color: #051AF1;
}
.TagClassName
{
border-color: #051AF1;
}
</style>