Shades of Blue #051AF2
Tints of Blue #051AF2
RGB
CMYK
RGB Variations
Color information
#051AF2 (or 0x051AF2) is known color: Blue. HEX triplet: 05, 1A and F2. RGB value is (5,26,242). Sum of RGB (Red+Green+Blue) = 5+26+242=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 242 (94.92% from 255 or 88.64% from 273); Max value from RGB is 242 - color contains mainly: blue. Hex color #051AF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #051AF2 is #FAE50D. Grayscale: #2B2B2B. Windows color (decimal): -16442638 or 15866373. OLE color: 15866373.
HSL color Cylindrical-coordinate representation of color #051AF2: hue angle of 234.68º 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 #051AF2 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 26 | 242 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.05 |
| HSL | 234.68º | 0.96% | 0.48% | - |
| HSV(B) | 234.68º | 0.98% | 0.95% | - |
| XYZ | 16.46 | 7.18 | 84.52 | - |
| YUV | 44.35 | 239.54 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 242 | 0.98 | 0.89 | 0 | 0.05 | 234.68 | 0.96 | 0.48 |
| Hex | 5 | 1A | F2 | 62 | 59 | 0 | 5 | EB | 60 | 30 |
| Octal | 5 | 32 | 362 | 142 | 131 | 0 | 5 | 353 | 140 | 60 |
| Binary | 101 | 11010 | 11110010 | 1100010 | 1011001 | 0 | 101 | 11101011 | 1100000 | 110000 |
Color Harmonies of #051AF2
Complementary color
Monochromatic Colors of #051AF2
Black with #051AF2
Text Example
Text Example
White with #051AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051AF2; }
p { color: rgb(5,26,242); }
H1.HeaderClassName
{
color: #051AF2;
}
.AnyTagClassName
{
color: #051AF2;
}
</style>
background-color css
<style>
a { background-color: #051AF2; }
a { background-color: rgb(5,26,242); }
div.DivClassName
{
background-color: #051AF2;
}
.BgClassName
{
background-color: #051AF2;
}
</style>
border-color css
<style>
span { border-color: #051AF2; }
span { border-color: rgb(5,26,242); }
td.TdClassName
{
border-color: #051AF2;
}
.TagClassName
{
border-color: #051AF2;
}
</style>