Shades of Blue #0501F3
Tints of Blue #0501F3
RGB
CMYK
RGB Variations
Color information
#0501F3 (or 0x0501F3) is known color: Blue. HEX triplet: 05, 01 and F3. RGB value is (5,1,243). Sum of RGB (Red+Green+Blue) = 5+1+243=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 243 (95.31% from 255 or 97.59% from 249); Max value from RGB is 243 - color contains mainly: blue. Hex color #0501F3 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0501F3 is #FAFE0C. Grayscale: #1C1C1C. Windows color (decimal): -16449037 or 15925509. OLE color: 15925509.
HSL color Cylindrical-coordinate representation of color #0501F3: hue angle of 240.99º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0501F3 is Cyan = 0.98, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 1 | 243 | - |
| CMYK | 0.98 | 1.00 | 0 | 0.05 |
| HSL | 240.99º | 0.99% | 0.48% | - |
| HSV(B) | 240.99º | 1% | 0.95% | - |
| XYZ | 16.25 | 6.53 | 85.2 | - |
| YUV | 29.78 | 248.33 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 243 | 0.98 | 1.00 | 0 | 0.05 | 240.99 | 0.99 | 0.48 |
| Hex | 5 | 1 | F3 | 62 | 64 | 0 | 5 | F1 | 63 | 30 |
| Octal | 5 | 1 | 363 | 142 | 144 | 0 | 5 | 361 | 143 | 60 |
| Binary | 101 | 1 | 11110011 | 1100010 | 1100100 | 0 | 101 | 11110001 | 1100011 | 110000 |
Color Harmonies of #0501F3
Complementary color
Monochromatic Colors of #0501F3
Black with #0501F3
Text Example
Text Example
White with #0501F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0501F3; }
p { color: rgb(5,1,243); }
H1.HeaderClassName
{
color: #0501F3;
}
.AnyTagClassName
{
color: #0501F3;
}
</style>
background-color css
<style>
a { background-color: #0501F3; }
a { background-color: rgb(5,1,243); }
div.DivClassName
{
background-color: #0501F3;
}
.BgClassName
{
background-color: #0501F3;
}
</style>
border-color css
<style>
span { border-color: #0501F3; }
span { border-color: rgb(5,1,243); }
td.TdClassName
{
border-color: #0501F3;
}
.TagClassName
{
border-color: #0501F3;
}
</style>