Shades of Blue #050DFF
Tints of Blue #050DFF
RGB
CMYK
RGB Variations
Color information
#050DFF (or 0x050DFF) is known color: Blue. HEX triplet: 05, 0D and FF. RGB value is (5,13,255). Sum of RGB (Red+Green+Blue) = 5+13+255=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 255 (100% from 255 or 93.41% from 273); Max value from RGB is 255 - color contains mainly: blue. Hex color #050DFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #050DFF is #FAF200. Grayscale: #252525. Windows color (decimal): -16445953 or 16715013. OLE color: 16715013.
HSL color Cylindrical-coordinate representation of color #050DFF: hue angle of 238.08º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050DFF is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 13 | 255 | - |
| CMYK | 0.98 | 0.95 | 0 | 0 |
| HSL | 238.08º | 1% | 0.51% | - |
| HSV(B) | 238.08º | 0.98% | 1% | - |
| XYZ | 18.26 | 7.54 | 95.1 | - |
| YUV | 38.2 | 250.35 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 13 | 255 | 0.98 | 0.95 | 0 | 0 | 238.08 | 1 | 0.51 |
| Hex | 5 | D | FF | 62 | 5F | 0 | 0 | EE | 64 | 33 |
| Octal | 5 | 15 | 377 | 142 | 137 | 0 | 0 | 356 | 144 | 63 |
| Binary | 101 | 1101 | 11111111 | 1100010 | 1011111 | 0 | 0 | 11101110 | 1100100 | 110011 |
Color Harmonies of #050DFF
Complementary color
Monochromatic Colors of #050DFF
Black with #050DFF
Text Example
Text Example
White with #050DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050DFF; }
p { color: rgb(5,13,255); }
H1.HeaderClassName
{
color: #050DFF;
}
.AnyTagClassName
{
color: #050DFF;
}
</style>
background-color css
<style>
a { background-color: #050DFF; }
a { background-color: rgb(5,13,255); }
div.DivClassName
{
background-color: #050DFF;
}
.BgClassName
{
background-color: #050DFF;
}
</style>
border-color css
<style>
span { border-color: #050DFF; }
span { border-color: rgb(5,13,255); }
td.TdClassName
{
border-color: #050DFF;
}
.TagClassName
{
border-color: #050DFF;
}
</style>