Shades of Blue #051BF2
Tints of Blue #051BF2
RGB
CMYK
RGB Variations
Color information
#051BF2 (or 0x051BF2) is known color: Blue. HEX triplet: 05, 1B and F2. RGB value is (5,27,242). Sum of RGB (Red+Green+Blue) = 5+27+242=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 27 (10.94% from 255 or 9.85% from 274); Blue value is 242 (94.92% from 255 or 88.32% from 274); Max value from RGB is 242 - color contains mainly: blue. Hex color #051BF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #051BF2 is #FAE40D. Grayscale: #2C2C2C. Windows color (decimal): -16442382 or 15866629. OLE color: 15866629.
HSL color Cylindrical-coordinate representation of color #051BF2: hue angle of 234.43º 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 #051BF2 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 27 | 242 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.05 |
| HSL | 234.43º | 0.96% | 0.48% | - |
| HSV(B) | 234.43º | 0.98% | 0.95% | - |
| XYZ | 16.48 | 7.23 | 84.53 | - |
| YUV | 44.93 | 239.21 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 242 | 0.98 | 0.89 | 0 | 0.05 | 234.43 | 0.96 | 0.48 |
| Hex | 5 | 1B | F2 | 62 | 59 | 0 | 5 | EA | 60 | 30 |
| Octal | 5 | 33 | 362 | 142 | 131 | 0 | 5 | 352 | 140 | 60 |
| Binary | 101 | 11011 | 11110010 | 1100010 | 1011001 | 0 | 101 | 11101010 | 1100000 | 110000 |
Color Harmonies of #051BF2
Complementary color
Monochromatic Colors of #051BF2
Black with #051BF2
Text Example
Text Example
White with #051BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051BF2; }
p { color: rgb(5,27,242); }
H1.HeaderClassName
{
color: #051BF2;
}
.AnyTagClassName
{
color: #051BF2;
}
</style>
background-color css
<style>
a { background-color: #051BF2; }
a { background-color: rgb(5,27,242); }
div.DivClassName
{
background-color: #051BF2;
}
.BgClassName
{
background-color: #051BF2;
}
</style>
border-color css
<style>
span { border-color: #051BF2; }
span { border-color: rgb(5,27,242); }
td.TdClassName
{
border-color: #051BF2;
}
.TagClassName
{
border-color: #051BF2;
}
</style>