Shades of Blue #0501ED
Tints of Blue #0501ED
RGB
CMYK
RGB Variations
Color information
#0501ED (or 0x0501ED) is known color: Blue. HEX triplet: 05, 01 and ED. RGB value is (5,1,237). Sum of RGB (Red+Green+Blue) = 5+1+237=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 237 (92.97% from 255 or 97.53% from 243); Max value from RGB is 237 - color contains mainly: blue. Hex color #0501ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0501ED is #FAFE12. Grayscale: #1C1C1C. Windows color (decimal): -16449043 or 15532293. OLE color: 15532293.
HSL color Cylindrical-coordinate representation of color #0501ED: hue angle of 241.02º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0501ED is Cyan = 0.98, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 1 | 237 | - |
| CMYK | 0.98 | 1.00 | 0 | 0.07 |
| HSL | 241.02º | 0.99% | 0.47% | - |
| HSV(B) | 241.02º | 1% | 0.93% | - |
| XYZ | 15.36 | 6.17 | 80.5 | - |
| YUV | 29.1 | 245.33 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 237 | 0.98 | 1.00 | 0 | 0.07 | 241.02 | 0.99 | 0.47 |
| Hex | 5 | 1 | ED | 62 | 64 | 0 | 7 | F1 | 63 | 2F |
| Octal | 5 | 1 | 355 | 142 | 144 | 0 | 7 | 361 | 143 | 57 |
| Binary | 101 | 1 | 11101101 | 1100010 | 1100100 | 0 | 111 | 11110001 | 1100011 | 101111 |
Color Harmonies of #0501ED
Complementary color
Monochromatic Colors of #0501ED
Black with #0501ED
Text Example
Text Example
White with #0501ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0501ED; }
p { color: rgb(5,1,237); }
H1.HeaderClassName
{
color: #0501ED;
}
.AnyTagClassName
{
color: #0501ED;
}
</style>
background-color css
<style>
a { background-color: #0501ED; }
a { background-color: rgb(5,1,237); }
div.DivClassName
{
background-color: #0501ED;
}
.BgClassName
{
background-color: #0501ED;
}
</style>
border-color css
<style>
span { border-color: #0501ED; }
span { border-color: rgb(5,1,237); }
td.TdClassName
{
border-color: #0501ED;
}
.TagClassName
{
border-color: #0501ED;
}
</style>