Shades of Blue #0530FA
Tints of Blue #0530FA
RGB
CMYK
RGB Variations
Color information
#0530FA (or 0x0530FA) is known color: Blue. HEX triplet: 05, 30 and FA. RGB value is (5,48,250). Sum of RGB (Red+Green+Blue) = 5+48+250=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 250 (98.05% from 255 or 82.51% from 303); Max value from RGB is 250 - color contains mainly: blue. Hex color #0530FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0530FA is #FACF05. Grayscale: #393939. Windows color (decimal): -16436998 or 16396293. OLE color: 16396293.
HSL color Cylindrical-coordinate representation of color #0530FA: hue angle of 229.47º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0530FA is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 48 | 250 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.02 |
| HSL | 229.47º | 0.96% | 0.5% | - |
| HSV(B) | 229.47º | 0.98% | 0.98% | - |
| XYZ | 18.37 | 9.05 | 91.22 | - |
| YUV | 58.17 | 236.25 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 48 | 250 | 0.98 | 0.81 | 0 | 0.02 | 229.47 | 0.96 | 0.5 |
| Hex | 5 | 30 | FA | 62 | 51 | 0 | 2 | E5 | 60 | 32 |
| Octal | 5 | 60 | 372 | 142 | 121 | 0 | 2 | 345 | 140 | 62 |
| Binary | 101 | 110000 | 11111010 | 1100010 | 1010001 | 0 | 10 | 11100101 | 1100000 | 110010 |
Color Harmonies of #0530FA
Complementary color
Monochromatic Colors of #0530FA
Black with #0530FA
Text Example
Text Example
White with #0530FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0530FA; }
p { color: rgb(5,48,250); }
H1.HeaderClassName
{
color: #0530FA;
}
.AnyTagClassName
{
color: #0530FA;
}
</style>
background-color css
<style>
a { background-color: #0530FA; }
a { background-color: rgb(5,48,250); }
div.DivClassName
{
background-color: #0530FA;
}
.BgClassName
{
background-color: #0530FA;
}
</style>
border-color css
<style>
span { border-color: #0530FA; }
span { border-color: rgb(5,48,250); }
td.TdClassName
{
border-color: #0530FA;
}
.TagClassName
{
border-color: #0530FA;
}
</style>