Shades of Blue #051CE9
Tints of Blue #051CE9
RGB
CMYK
RGB Variations
Color information
#051CE9 (or 0x051CE9) is known color: Blue. HEX triplet: 05, 1C and E9. RGB value is (5,28,233). Sum of RGB (Red+Green+Blue) = 5+28+233=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 233 (91.41% from 255 or 87.59% from 266); Max value from RGB is 233 - color contains mainly: blue. Hex color #051CE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #051CE9 is #FAE316. Grayscale: #2B2B2B. Windows color (decimal): -16442135 or 15277061. OLE color: 15277061.
HSL color Cylindrical-coordinate representation of color #051CE9: hue angle of 233.95º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051CE9 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 28 | 233 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.09 |
| HSL | 233.95º | 0.96% | 0.47% | - |
| HSV(B) | 233.95º | 0.98% | 0.91% | - |
| XYZ | 15.19 | 6.75 | 77.59 | - |
| YUV | 44.49 | 234.38 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 233 | 0.98 | 0.88 | 0 | 0.09 | 233.95 | 0.96 | 0.47 |
| Hex | 5 | 1C | E9 | 62 | 58 | 0 | 9 | EA | 60 | 2F |
| Octal | 5 | 34 | 351 | 142 | 130 | 0 | 11 | 352 | 140 | 57 |
| Binary | 101 | 11100 | 11101001 | 1100010 | 1011000 | 0 | 1001 | 11101010 | 1100000 | 101111 |
Color Harmonies of #051CE9
Complementary color
Monochromatic Colors of #051CE9
Black with #051CE9
Text Example
Text Example
White with #051CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051CE9; }
p { color: rgb(5,28,233); }
H1.HeaderClassName
{
color: #051CE9;
}
.AnyTagClassName
{
color: #051CE9;
}
</style>
background-color css
<style>
a { background-color: #051CE9; }
a { background-color: rgb(5,28,233); }
div.DivClassName
{
background-color: #051CE9;
}
.BgClassName
{
background-color: #051CE9;
}
</style>
border-color css
<style>
span { border-color: #051CE9; }
span { border-color: rgb(5,28,233); }
td.TdClassName
{
border-color: #051CE9;
}
.TagClassName
{
border-color: #051CE9;
}
</style>