Shades of Blue #0501EA
Tints of Blue #0501EA
RGB
CMYK
RGB Variations
Color information
#0501EA (or 0x0501EA) is known color: Blue. HEX triplet: 05, 01 and EA. RGB value is (5,1,234). Sum of RGB (Red+Green+Blue) = 5+1+234=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 234 (91.80% from 255 or 97.5% from 240); Max value from RGB is 234 - color contains mainly: blue. Hex color #0501EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0501EA is #FAFE15. Grayscale: #1B1B1B. Windows color (decimal): -16449046 or 15335685. OLE color: 15335685.
HSL color Cylindrical-coordinate representation of color #0501EA: hue angle of 241.03º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0501EA is Cyan = 0.98, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 1 | 234 | - |
| CMYK | 0.98 | 1.00 | 0 | 0.08 |
| HSL | 241.03º | 0.99% | 0.46% | - |
| HSV(B) | 241.03º | 1% | 0.92% | - |
| XYZ | 14.92 | 5.99 | 78.21 | - |
| YUV | 28.76 | 243.83 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 234 | 0.98 | 1.00 | 0 | 0.08 | 241.03 | 0.99 | 0.46 |
| Hex | 5 | 1 | EA | 62 | 64 | 0 | 8 | F1 | 63 | 2E |
| Octal | 5 | 1 | 352 | 142 | 144 | 0 | 10 | 361 | 143 | 56 |
| Binary | 101 | 1 | 11101010 | 1100010 | 1100100 | 0 | 1000 | 11110001 | 1100011 | 101110 |
Color Harmonies of #0501EA
Complementary color
Monochromatic Colors of #0501EA
Black with #0501EA
Text Example
Text Example
White with #0501EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0501EA; }
p { color: rgb(5,1,234); }
H1.HeaderClassName
{
color: #0501EA;
}
.AnyTagClassName
{
color: #0501EA;
}
</style>
background-color css
<style>
a { background-color: #0501EA; }
a { background-color: rgb(5,1,234); }
div.DivClassName
{
background-color: #0501EA;
}
.BgClassName
{
background-color: #0501EA;
}
</style>
border-color css
<style>
span { border-color: #0501EA; }
span { border-color: rgb(5,1,234); }
td.TdClassName
{
border-color: #0501EA;
}
.TagClassName
{
border-color: #0501EA;
}
</style>