Shades of Blue #051CF0
Tints of Blue #051CF0
RGB
CMYK
RGB Variations
Color information
#051CF0 (or 0x051CF0) is known color: Blue. HEX triplet: 05, 1C and F0. RGB value is (5,28,240). Sum of RGB (Red+Green+Blue) = 5+28+240=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 240 (94.14% from 255 or 87.91% from 273); Max value from RGB is 240 - color contains mainly: blue. Hex color #051CF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #051CF0 is #FAE30F. Grayscale: #2C2C2C. Windows color (decimal): -16442128 or 15735813. OLE color: 15735813.
HSL color Cylindrical-coordinate representation of color #051CF0: hue angle of 234.13º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051CF0 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 28 | 240 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.06 |
| HSL | 234.13º | 0.96% | 0.48% | - |
| HSV(B) | 234.13º | 0.98% | 0.94% | - |
| XYZ | 16.21 | 7.15 | 82.96 | - |
| YUV | 45.29 | 237.88 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 240 | 0.98 | 0.88 | 0 | 0.06 | 234.13 | 0.96 | 0.48 |
| Hex | 5 | 1C | F0 | 62 | 58 | 0 | 6 | EA | 60 | 30 |
| Octal | 5 | 34 | 360 | 142 | 130 | 0 | 6 | 352 | 140 | 60 |
| Binary | 101 | 11100 | 11110000 | 1100010 | 1011000 | 0 | 110 | 11101010 | 1100000 | 110000 |
Color Harmonies of #051CF0
Complementary color
Monochromatic Colors of #051CF0
Black with #051CF0
Text Example
Text Example
White with #051CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051CF0; }
p { color: rgb(5,28,240); }
H1.HeaderClassName
{
color: #051CF0;
}
.AnyTagClassName
{
color: #051CF0;
}
</style>
background-color css
<style>
a { background-color: #051CF0; }
a { background-color: rgb(5,28,240); }
div.DivClassName
{
background-color: #051CF0;
}
.BgClassName
{
background-color: #051CF0;
}
</style>
border-color css
<style>
span { border-color: #051CF0; }
span { border-color: rgb(5,28,240); }
td.TdClassName
{
border-color: #051CF0;
}
.TagClassName
{
border-color: #051CF0;
}
</style>